pub struct EcosystemLocation {
pub unique_location_id: Option<String>,
pub location_descriptor: Option<LocationDescriptor>,
pub location_descriptor_last_edit: Option<u8>,
}Fields§
§unique_location_id: Option<String>§location_descriptor: Option<LocationDescriptor>§location_descriptor_last_edit: Option<u8>Trait Implementations§
Source§impl Debug for EcosystemLocation
impl Debug for EcosystemLocation
Auto Trait Implementations§
impl Freeze for EcosystemLocation
impl RefUnwindSafe for EcosystemLocation
impl Send for EcosystemLocation
impl Sync for EcosystemLocation
impl Unpin for EcosystemLocation
impl UnwindSafe for EcosystemLocation
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