Struct propertylib::jsonb::structure::floor_structure::RoomStructure
source · pub struct RoomStructure {
pub id: Option<Uuid>,
pub rooms: Option<Vec<Wall>>,
pub corners: Option<Vec<Corner>>,
pub wall: Option<Vec<Wall>>,
}
Fields§
§id: Option<Uuid>
§rooms: Option<Vec<Wall>>
§corners: Option<Vec<Corner>>
§wall: Option<Vec<Wall>>
Trait Implementations§
source§impl Clone for RoomStructure
impl Clone for RoomStructure
source§fn clone(&self) -> RoomStructure
fn clone(&self) -> RoomStructure
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 RoomStructure
impl Debug for RoomStructure
source§impl<'de> Deserialize<'de> for RoomStructure
impl<'de> Deserialize<'de> for RoomStructure
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 RoomStructure
impl RefUnwindSafe for RoomStructure
impl Send for RoomStructure
impl Sync for RoomStructure
impl Unpin for RoomStructure
impl UnwindSafe for RoomStructure
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