pub struct DeleteChatPhoto<'a> { /* private fields */ }Expand description
Deletes a chat’s photo.
Reflects the deleteChatPhoto method.
Implementations§
Source§impl DeleteChatPhoto<'_>
impl DeleteChatPhoto<'_>
Sourcepub async fn call(self) -> Result<(), MethodCall>
pub async fn call(self) -> Result<(), MethodCall>
Calls the method.
Trait Implementations§
Source§impl<'a> Clone for DeleteChatPhoto<'a>
impl<'a> Clone for DeleteChatPhoto<'a>
Source§fn clone(&self) -> DeleteChatPhoto<'a>
fn clone(&self) -> DeleteChatPhoto<'a>
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<'a> Debug for DeleteChatPhoto<'a>
impl<'a> Debug for DeleteChatPhoto<'a>
Auto Trait Implementations§
impl<'a> Freeze for DeleteChatPhoto<'a>
impl<'a> !RefUnwindSafe for DeleteChatPhoto<'a>
impl<'a> Send for DeleteChatPhoto<'a>
impl<'a> Sync for DeleteChatPhoto<'a>
impl<'a> Unpin for DeleteChatPhoto<'a>
impl<'a> !UnwindSafe for DeleteChatPhoto<'a>
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