pub struct SetMyProfilePhotoParams {
pub photo: InputProfilePhoto,
}Fields§
§photo: InputProfilePhotoImplementations§
Source§impl SetMyProfilePhotoParams
impl SetMyProfilePhotoParams
Sourcepub fn builder() -> SetMyProfilePhotoParamsBuilder
pub fn builder() -> SetMyProfilePhotoParamsBuilder
Create an instance of SetMyProfilePhotoParams using the builder syntax
Trait Implementations§
Source§impl Clone for SetMyProfilePhotoParams
impl Clone for SetMyProfilePhotoParams
Source§fn clone(&self) -> SetMyProfilePhotoParams
fn clone(&self) -> SetMyProfilePhotoParams
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 SetMyProfilePhotoParams
impl Debug for SetMyProfilePhotoParams
Source§impl<'de> Deserialize<'de> for SetMyProfilePhotoParams
impl<'de> Deserialize<'de> for SetMyProfilePhotoParams
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 PartialEq for SetMyProfilePhotoParams
impl PartialEq for SetMyProfilePhotoParams
Source§impl Serialize for SetMyProfilePhotoParams
impl Serialize for SetMyProfilePhotoParams
impl StructuralPartialEq for SetMyProfilePhotoParams
Auto Trait Implementations§
impl Freeze for SetMyProfilePhotoParams
impl RefUnwindSafe for SetMyProfilePhotoParams
impl Send for SetMyProfilePhotoParams
impl Sync for SetMyProfilePhotoParams
impl Unpin for SetMyProfilePhotoParams
impl UnsafeUnpin for SetMyProfilePhotoParams
impl UnwindSafe for SetMyProfilePhotoParams
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