Struct gsuite_api::types::UserPhoto [−][src]
pub struct UserPhoto { pub etag: String, pub height: i64, pub id: String, pub kind: String, pub mime_type: String, pub photo_data: String, pub primary_email: String, pub width: i64, }
Fields
etag: String
height: i64
The unique ID of the ASP.
id: String
kind: String
mime_type: String
photo_data: String
primary_email: String
width: i64
The unique ID of the ASP.
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 UserPhoto
impl UnwindSafe for UserPhoto
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more