pub struct AdvancedSetStickerEmojiListRequest {
pub sticker: String,
pub emoji_list: Vec<String>,
}Expand description
Auto-generated request for setStickerEmojiList.
Fields§
§sticker: String§emoji_list: Vec<String>Implementations§
Trait Implementations§
Source§impl Clone for AdvancedSetStickerEmojiListRequest
impl Clone for AdvancedSetStickerEmojiListRequest
Source§fn clone(&self) -> AdvancedSetStickerEmojiListRequest
fn clone(&self) -> AdvancedSetStickerEmojiListRequest
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 moreAuto Trait Implementations§
impl Freeze for AdvancedSetStickerEmojiListRequest
impl RefUnwindSafe for AdvancedSetStickerEmojiListRequest
impl Send for AdvancedSetStickerEmojiListRequest
impl Sync for AdvancedSetStickerEmojiListRequest
impl Unpin for AdvancedSetStickerEmojiListRequest
impl UnsafeUnpin for AdvancedSetStickerEmojiListRequest
impl UnwindSafe for AdvancedSetStickerEmojiListRequest
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