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