pub struct RemoveBotProfilePhoto;Expand description
Removes the profile photo of the bot.
Trait Implementations§
Source§impl Clone for RemoveBotProfilePhoto
impl Clone for RemoveBotProfilePhoto
Source§fn clone(&self) -> RemoveBotProfilePhoto
fn clone(&self) -> RemoveBotProfilePhoto
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RemoveBotProfilePhoto
Source§impl Debug for RemoveBotProfilePhoto
impl Debug for RemoveBotProfilePhoto
Source§impl Method for RemoveBotProfilePhoto
impl Method for RemoveBotProfilePhoto
Source§impl Serialize for RemoveBotProfilePhoto
impl Serialize for RemoveBotProfilePhoto
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for RemoveBotProfilePhoto
impl RefUnwindSafe for RemoveBotProfilePhoto
impl Send for RemoveBotProfilePhoto
impl Sync for RemoveBotProfilePhoto
impl Unpin for RemoveBotProfilePhoto
impl UnsafeUnpin for RemoveBotProfilePhoto
impl UnwindSafe for RemoveBotProfilePhoto
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