pub struct LocationEntity {
pub metadata: Metadata,
pub spec: LocationSpec,
pub relations: Option<Vec<Relation>>,
}Fields§
§metadata: Metadata§spec: LocationSpec§relations: Option<Vec<Relation>>Trait Implementations§
Source§impl Debug for LocationEntity
impl Debug for LocationEntity
Source§impl<'de> Deserialize<'de> for LocationEntity
impl<'de> Deserialize<'de> for LocationEntity
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 LocationEntity
impl RefUnwindSafe for LocationEntity
impl Send for LocationEntity
impl Sync for LocationEntity
impl Unpin for LocationEntity
impl UnwindSafe for LocationEntity
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