pub struct SetStickerEmojiListParams {
pub sticker: String,
pub emoji_list: Vec<String>,
}Fields§
§sticker: String§emoji_list: Vec<String>Trait Implementations§
Source§impl Clone for SetStickerEmojiListParams
impl Clone for SetStickerEmojiListParams
Source§fn clone(&self) -> SetStickerEmojiListParams
fn clone(&self) -> SetStickerEmojiListParams
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 moreSource§impl Debug for SetStickerEmojiListParams
impl Debug for SetStickerEmojiListParams
Auto Trait Implementations§
impl Freeze for SetStickerEmojiListParams
impl RefUnwindSafe for SetStickerEmojiListParams
impl Send for SetStickerEmojiListParams
impl Sync for SetStickerEmojiListParams
impl Unpin for SetStickerEmojiListParams
impl UnsafeUnpin for SetStickerEmojiListParams
impl UnwindSafe for SetStickerEmojiListParams
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