Struct gsuite_api::types::UserLocation [−][src]
pub struct UserLocation { pub area: String, pub building_id: String, pub custom_type: String, pub desk_code: String, pub floor_name: String, pub floor_section: String, pub type_: String, }
Expand description
JSON template for a location entry.
Fields
area: String
JSON template for a location entry.
building_id: String
JSON template for a location entry.
custom_type: String
JSON template for a location entry.
desk_code: String
JSON template for a location entry.
floor_name: String
JSON template for a location entry.
floor_section: String
JSON template for a location entry.
type_: String
JSON template for a location 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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UserLocation
impl Send for UserLocation
impl Sync for UserLocation
impl Unpin for UserLocation
impl UnwindSafe for UserLocation
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more