pub struct SearchEmojiStickerSets {
pub exclude_featured: bool,
pub q: String,
pub hash: i64,
}Expand description
messages.searchEmojiStickerSets
Generated from:
messages.searchEmojiStickerSets#92b4494c flags:# exclude_featured:flags.0?true q:string hash:long = messages.FoundStickerSetsFields§
§exclude_featured: bool§q: String§hash: i64Trait Implementations§
Source§impl Clone for SearchEmojiStickerSets
impl Clone for SearchEmojiStickerSets
Source§fn clone(&self) -> SearchEmojiStickerSets
fn clone(&self) -> SearchEmojiStickerSets
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 SearchEmojiStickerSets
impl Debug for SearchEmojiStickerSets
Source§impl Identifiable for SearchEmojiStickerSets
impl Identifiable for SearchEmojiStickerSets
Source§const CONSTRUCTOR_ID: u32 = 0x92b4494c
const CONSTRUCTOR_ID: u32 = 0x92b4494c
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SearchEmojiStickerSets
impl PartialEq for SearchEmojiStickerSets
Source§impl RemoteCall for SearchEmojiStickerSets
impl RemoteCall for SearchEmojiStickerSets
Source§type Return = FoundStickerSets
type Return = FoundStickerSets
The deserialized response type.
impl StructuralPartialEq for SearchEmojiStickerSets
Auto Trait Implementations§
impl Freeze for SearchEmojiStickerSets
impl RefUnwindSafe for SearchEmojiStickerSets
impl Send for SearchEmojiStickerSets
impl Sync for SearchEmojiStickerSets
impl Unpin for SearchEmojiStickerSets
impl UnsafeUnpin for SearchEmojiStickerSets
impl UnwindSafe for SearchEmojiStickerSets
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