pub struct GetChannelRestrictedStatusEmojis {
pub hash: i64,
}Expand description
account.getChannelRestrictedStatusEmojis
Generated from:
account.getChannelRestrictedStatusEmojis#35a9e0d5 hash:long = EmojiListFields§
§hash: i64Trait Implementations§
Source§impl Clone for GetChannelRestrictedStatusEmojis
impl Clone for GetChannelRestrictedStatusEmojis
Source§fn clone(&self) -> GetChannelRestrictedStatusEmojis
fn clone(&self) -> GetChannelRestrictedStatusEmojis
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 Identifiable for GetChannelRestrictedStatusEmojis
impl Identifiable for GetChannelRestrictedStatusEmojis
Source§const CONSTRUCTOR_ID: u32 = 0x35a9e0d5
const CONSTRUCTOR_ID: u32 = 0x35a9e0d5
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetChannelRestrictedStatusEmojis
impl PartialEq for GetChannelRestrictedStatusEmojis
Source§fn eq(&self, other: &GetChannelRestrictedStatusEmojis) -> bool
fn eq(&self, other: &GetChannelRestrictedStatusEmojis) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetChannelRestrictedStatusEmojis
Auto Trait Implementations§
impl Freeze for GetChannelRestrictedStatusEmojis
impl RefUnwindSafe for GetChannelRestrictedStatusEmojis
impl Send for GetChannelRestrictedStatusEmojis
impl Sync for GetChannelRestrictedStatusEmojis
impl Unpin for GetChannelRestrictedStatusEmojis
impl UnsafeUnpin for GetChannelRestrictedStatusEmojis
impl UnwindSafe for GetChannelRestrictedStatusEmojis
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