pub struct DirectoryUserPhoto {
pub etag: Option<String>,
pub height: Option<i32>,
pub id: Option<String>,
pub kind: Option<String>,
pub mimeType: Option<String>,
pub photoData: Option<String>,
pub primaryEmail: Option<String>,
pub width: Option<i32>,
}Fields§
§etag: Option<String>§height: Option<i32>§id: Option<String>§kind: Option<String>§mimeType: Option<String>§photoData: Option<String>§primaryEmail: Option<String>§width: Option<i32>Trait Implementations§
Source§impl Debug for DirectoryUserPhoto
impl Debug for DirectoryUserPhoto
Source§impl<'de> Deserialize<'de> for DirectoryUserPhoto
impl<'de> Deserialize<'de> for DirectoryUserPhoto
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 DirectoryUserPhoto
impl RefUnwindSafe for DirectoryUserPhoto
impl Send for DirectoryUserPhoto
impl Sync for DirectoryUserPhoto
impl Unpin for DirectoryUserPhoto
impl UnwindSafe for DirectoryUserPhoto
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