pub struct DirectoryUserLocation {
pub area: Option<String>,
pub buildingId: Option<String>,
pub customType: Option<String>,
pub deskCode: Option<String>,
pub floorName: Option<String>,
pub floorSection: Option<String>,
pub type_: Option<String>,
}Fields§
§area: Option<String>§buildingId: Option<String>§customType: Option<String>§deskCode: Option<String>§floorName: Option<String>§floorSection: Option<String>§type_: Option<String>Trait Implementations§
Source§impl Debug for DirectoryUserLocation
impl Debug for DirectoryUserLocation
Source§impl<'de> Deserialize<'de> for DirectoryUserLocation
impl<'de> Deserialize<'de> for DirectoryUserLocation
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 DirectoryUserLocation
impl RefUnwindSafe for DirectoryUserLocation
impl Send for DirectoryUserLocation
impl Sync for DirectoryUserLocation
impl Unpin for DirectoryUserLocation
impl UnwindSafe for DirectoryUserLocation
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