pub struct SpatialLayerDefinition {
pub id: SpatialLayerId,
pub slug: String,
}Fields§
§id: SpatialLayerId§slug: StringTrait Implementations§
Source§impl Clone for SpatialLayerDefinition
impl Clone for SpatialLayerDefinition
Source§fn clone(&self) -> SpatialLayerDefinition
fn clone(&self) -> SpatialLayerDefinition
Returns a duplicate 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 SpatialLayerDefinition
impl Debug for SpatialLayerDefinition
Source§impl<'de> Deserialize<'de> for SpatialLayerDefinition
impl<'de> Deserialize<'de> for SpatialLayerDefinition
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
Source§impl PartialEq for SpatialLayerDefinition
impl PartialEq for SpatialLayerDefinition
Source§impl Serialize for SpatialLayerDefinition
impl Serialize for SpatialLayerDefinition
impl StructuralPartialEq for SpatialLayerDefinition
Auto Trait Implementations§
impl Freeze for SpatialLayerDefinition
impl RefUnwindSafe for SpatialLayerDefinition
impl Send for SpatialLayerDefinition
impl Sync for SpatialLayerDefinition
impl Unpin for SpatialLayerDefinition
impl UnsafeUnpin for SpatialLayerDefinition
impl UnwindSafe for SpatialLayerDefinition
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