Struct rust_tdlib::types::SetProfilePhoto
source · [−]pub struct SetProfilePhoto { /* private fields */ }Expand description
Changes a profile photo for the current user
Implementations
Trait Implementations
sourceimpl AsRef<SetProfilePhoto> for SetProfilePhoto
impl AsRef<SetProfilePhoto> for SetProfilePhoto
sourcefn as_ref(&self) -> &SetProfilePhoto
fn as_ref(&self) -> &SetProfilePhoto
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for SetProfilePhoto
impl Clone for SetProfilePhoto
sourcefn clone(&self) -> SetProfilePhoto
fn clone(&self) -> SetProfilePhoto
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SetProfilePhoto
impl Debug for SetProfilePhoto
sourceimpl Default for SetProfilePhoto
impl Default for SetProfilePhoto
sourcefn default() -> SetProfilePhoto
fn default() -> SetProfilePhoto
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for SetProfilePhoto
impl<'de> Deserialize<'de> for SetProfilePhoto
sourcefn 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
sourceimpl Serialize for SetProfilePhoto
impl Serialize for SetProfilePhoto
Auto Trait Implementations
impl RefUnwindSafe for SetProfilePhoto
impl Send for SetProfilePhoto
impl Sync for SetProfilePhoto
impl Unpin for SetProfilePhoto
impl UnwindSafe for SetProfilePhoto
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more