pub struct DirectoryUserPhone {
pub customType: Option<String>,
pub primary: Option<bool>,
pub type_: Option<String>,
pub value: Option<String>,
}Fields§
§customType: Option<String>§primary: Option<bool>§type_: Option<String>§value: Option<String>Trait Implementations§
Source§impl Debug for DirectoryUserPhone
impl Debug for DirectoryUserPhone
Source§impl<'de> Deserialize<'de> for DirectoryUserPhone
impl<'de> Deserialize<'de> for DirectoryUserPhone
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 DirectoryUserPhone
impl RefUnwindSafe for DirectoryUserPhone
impl Send for DirectoryUserPhone
impl Sync for DirectoryUserPhone
impl Unpin for DirectoryUserPhone
impl UnwindSafe for DirectoryUserPhone
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