pub struct DeleteChatStickerSetRequest {
pub chat_id: ChatId,
}Fields§
§chat_id: ChatIdTrait Implementations§
Source§impl Clone for DeleteChatStickerSetRequest
impl Clone for DeleteChatStickerSetRequest
Source§fn clone(&self) -> DeleteChatStickerSetRequest
fn clone(&self) -> DeleteChatStickerSetRequest
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 DeleteChatStickerSetRequest
impl Debug for DeleteChatStickerSetRequest
Auto Trait Implementations§
impl Freeze for DeleteChatStickerSetRequest
impl RefUnwindSafe for DeleteChatStickerSetRequest
impl Send for DeleteChatStickerSetRequest
impl Sync for DeleteChatStickerSetRequest
impl Unpin for DeleteChatStickerSetRequest
impl UnsafeUnpin for DeleteChatStickerSetRequest
impl UnwindSafe for DeleteChatStickerSetRequest
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