pub struct Location {
pub display_name: String,
pub location_email_address: String,
pub address: PhysicalAddress,
pub coordinates: OutlookGeoCoordinates,
pub location_uri: String,
pub location_type: LocationType,
pub unique_id: String,
pub unique_id_type: LocationUniqueIdType,
}
Fields§
§display_name: String
§location_email_address: String
§address: PhysicalAddress
§coordinates: OutlookGeoCoordinates
§location_uri: String
§location_type: LocationType
§unique_id: String
§unique_id_type: LocationUniqueIdType
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Location
impl<'de> Deserialize<'de> for Location
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
impl Eq for Location
impl StructuralPartialEq for Location
Auto Trait Implementations§
impl Freeze for Location
impl RefUnwindSafe for Location
impl Send for Location
impl Sync for Location
impl Unpin for Location
impl UnwindSafe for Location
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