pub struct SetProfilePhoto { /* private fields */ }
Expand description
Changes a profile photo for the current user
Implementations§
Trait Implementations§
Source§impl AsRef<SetProfilePhoto> for SetProfilePhoto
impl AsRef<SetProfilePhoto> for SetProfilePhoto
Source§fn as_ref(&self) -> &SetProfilePhoto
fn as_ref(&self) -> &SetProfilePhoto
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for SetProfilePhoto
impl Clone for SetProfilePhoto
Source§fn clone(&self) -> SetProfilePhoto
fn clone(&self) -> SetProfilePhoto
Returns a copy 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 SetProfilePhoto
impl Debug for SetProfilePhoto
Source§impl Default for SetProfilePhoto
impl Default for SetProfilePhoto
Source§fn default() -> SetProfilePhoto
fn default() -> SetProfilePhoto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetProfilePhoto
impl<'de> Deserialize<'de> for SetProfilePhoto
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 SetProfilePhoto
impl RefUnwindSafe for SetProfilePhoto
impl Send for SetProfilePhoto
impl Sync for SetProfilePhoto
impl Unpin for SetProfilePhoto
impl UnwindSafe for SetProfilePhoto
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