pub struct UserPicture {
pub url: Option<String>,
}Expand description
Output only. The user’s profile picture.
This type is not used in any activity, and only used as part of another schema.
Fields§
§url: Option<String>Output only. A URL that points to a profile picture of this user.
Trait Implementations§
Source§impl Clone for UserPicture
impl Clone for UserPicture
Source§fn clone(&self) -> UserPicture
fn clone(&self) -> UserPicture
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UserPicture
impl Debug for UserPicture
Source§impl Default for UserPicture
impl Default for UserPicture
Source§fn default() -> UserPicture
fn default() -> UserPicture
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UserPicture
impl<'de> Deserialize<'de> for UserPicture
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
Source§impl Serialize for UserPicture
impl Serialize for UserPicture
impl NestedType for UserPicture
impl Part for UserPicture
Auto Trait Implementations§
impl Freeze for UserPicture
impl RefUnwindSafe for UserPicture
impl Send for UserPicture
impl Sync for UserPicture
impl Unpin for UserPicture
impl UnwindSafe for UserPicture
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