pub struct SearchCustomEmoji {
pub emoticon: String,
pub hash: i64,
}Expand description
Generated from:
messages.searchCustomEmoji#2c11c0d7 emoticon:string hash:long = EmojiListFields§
§emoticon: String§hash: i64Trait Implementations§
Source§impl Clone for SearchCustomEmoji
impl Clone for SearchCustomEmoji
Source§fn clone(&self) -> SearchCustomEmoji
fn clone(&self) -> SearchCustomEmoji
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 SearchCustomEmoji
impl Debug for SearchCustomEmoji
Source§impl Identifiable for SearchCustomEmoji
impl Identifiable for SearchCustomEmoji
Source§const CONSTRUCTOR_ID: u32 = 0x2c11c0d7
const CONSTRUCTOR_ID: u32 = 0x2c11c0d7
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SearchCustomEmoji
impl PartialEq for SearchCustomEmoji
Source§impl RemoteCall for SearchCustomEmoji
impl RemoteCall for SearchCustomEmoji
Source§impl Serializable for SearchCustomEmoji
impl Serializable for SearchCustomEmoji
impl StructuralPartialEq for SearchCustomEmoji
Auto Trait Implementations§
impl Freeze for SearchCustomEmoji
impl RefUnwindSafe for SearchCustomEmoji
impl Send for SearchCustomEmoji
impl Sync for SearchCustomEmoji
impl Unpin for SearchCustomEmoji
impl UnsafeUnpin for SearchCustomEmoji
impl UnwindSafe for SearchCustomEmoji
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