pub struct AreaInfo {
pub location_info: Option<LocationDescriptor>,
pub landmark_info: Option<LandmarkInfo>,
}Fields§
§location_info: Option<LocationDescriptor>§landmark_info: Option<LandmarkInfo>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AreaInfo
impl RefUnwindSafe for AreaInfo
impl Send for AreaInfo
impl Sync for AreaInfo
impl Unpin for AreaInfo
impl UnwindSafe for AreaInfo
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