Struct gsuite_api::types::UserPhone [−][src]
pub struct UserPhone { pub custom_type: String, pub primary: bool, pub type_: String, pub value: String, }
Expand description
JSON template for a phone entry.
Fields
custom_type: String
JSON template for a phone entry.
primary: bool
JSON template for a phone entry.
type_: String
JSON template for a phone entry.
value: String
JSON template for a phone entry.
Trait Implementations
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 RefUnwindSafe for UserPhone
impl UnwindSafe for UserPhone
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more