pub struct SearchStickers {
pub emojis: bool,
pub q: String,
pub emoticon: String,
pub lang_code: Vec<String>,
pub offset: i32,
pub limit: i32,
pub hash: i64,
}Expand description
Generated from:
messages.searchStickers#29b1c66a flags:# emojis:flags.0?true q:string emoticon:string lang_code:Vector<string> offset:int limit:int hash:long = messages.FoundStickersFields§
§emojis: bool§q: String§emoticon: String§lang_code: Vec<String>§offset: i32§limit: i32§hash: i64Trait Implementations§
Source§impl Clone for SearchStickers
impl Clone for SearchStickers
Source§fn clone(&self) -> SearchStickers
fn clone(&self) -> SearchStickers
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 SearchStickers
impl Debug for SearchStickers
Source§impl Identifiable for SearchStickers
impl Identifiable for SearchStickers
Source§const CONSTRUCTOR_ID: u32 = 0x29b1c66a
const CONSTRUCTOR_ID: u32 = 0x29b1c66a
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SearchStickers
impl PartialEq for SearchStickers
Source§impl RemoteCall for SearchStickers
impl RemoteCall for SearchStickers
Source§type Return = FoundStickers
type Return = FoundStickers
The deserialized response type.
Source§impl Serializable for SearchStickers
impl Serializable for SearchStickers
impl StructuralPartialEq for SearchStickers
Auto Trait Implementations§
impl Freeze for SearchStickers
impl RefUnwindSafe for SearchStickers
impl Send for SearchStickers
impl Sync for SearchStickers
impl Unpin for SearchStickers
impl UnsafeUnpin for SearchStickers
impl UnwindSafe for SearchStickers
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