Struct propertylib::dto::building_request::BuildingRequest
source · pub struct BuildingRequest {Show 14 fields
pub id: Option<Uuid>,
pub ver: Option<i32>,
pub organization: Uuid,
pub name: Option<String>,
pub json_schema: Option<BuildingStructure>,
pub latitude: Option<f64>,
pub longitude: Option<f64>,
pub width: Option<f64>,
pub height: Option<f64>,
pub length: Option<f64>,
pub floor_count: Option<i32>,
pub min_floor: Option<i32>,
pub address: Option<Uuid>,
pub campus_id: Option<Uuid>,
}
Fields§
§id: Option<Uuid>
§ver: Option<i32>
§organization: Uuid
§name: Option<String>
§json_schema: Option<BuildingStructure>
§latitude: Option<f64>
§longitude: Option<f64>
§width: Option<f64>
§height: Option<f64>
§length: Option<f64>
§floor_count: Option<i32>
§min_floor: Option<i32>
§address: Option<Uuid>
§campus_id: Option<Uuid>
Trait Implementations§
source§impl Clone for BuildingRequest
impl Clone for BuildingRequest
source§fn clone(&self) -> BuildingRequest
fn clone(&self) -> BuildingRequest
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BuildingRequest
impl Debug for BuildingRequest
source§impl<'de> Deserialize<'de> for BuildingRequest
impl<'de> Deserialize<'de> for BuildingRequest
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for BuildingRequest
impl RefUnwindSafe for BuildingRequest
impl Send for BuildingRequest
impl Sync for BuildingRequest
impl Unpin for BuildingRequest
impl UnwindSafe for BuildingRequest
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoSql for T
impl<T> IntoSql for T
source§fn into_sql<T>(self) -> Self::Expressionwhere
Self: Sized + AsExpression<T>,
fn into_sql<T>(self) -> Self::Expressionwhere
Self: Sized + AsExpression<T>,
Convert
self
to an expression for Diesel’s query builder. Read moresource§fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expressionwhere
&'a Self: AsExpression<T>,
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expressionwhere
&'a Self: AsExpression<T>,
Convert
&self
to an expression for Diesel’s query builder. Read more