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