pub struct EmojiGroups {
pub hash: i32,
pub groups: Vec<EmojiGroup>,
}Expand description
Generated from:
messages.emojiGroups#881fb94b hash:int groups:Vector<EmojiGroup> = messages.EmojiGroupsFields§
§hash: i32§groups: Vec<EmojiGroup>Trait Implementations§
Source§impl Clone for EmojiGroups
impl Clone for EmojiGroups
Source§fn clone(&self) -> EmojiGroups
fn clone(&self) -> EmojiGroups
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 EmojiGroups
impl Debug for EmojiGroups
Source§impl Deserializable for EmojiGroups
impl Deserializable for EmojiGroups
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<EmojiGroups> for EmojiGroups
impl From<EmojiGroups> for EmojiGroups
Source§fn from(x: EmojiGroups) -> Self
fn from(x: EmojiGroups) -> Self
Converts to this type from the input type.
Source§impl Identifiable for EmojiGroups
impl Identifiable for EmojiGroups
Source§const CONSTRUCTOR_ID: u32 = 0x881fb94b
const CONSTRUCTOR_ID: u32 = 0x881fb94b
The constructor ID as specified in the TL schema.
Source§impl PartialEq for EmojiGroups
impl PartialEq for EmojiGroups
Source§impl Serializable for EmojiGroups
impl Serializable for EmojiGroups
Source§impl TryFrom<EmojiGroups> for EmojiGroups
impl TryFrom<EmojiGroups> for EmojiGroups
Source§type Error = EmojiGroups
type Error = EmojiGroups
The type returned in the event of a conversion error.
impl StructuralPartialEq for EmojiGroups
Auto Trait Implementations§
impl Freeze for EmojiGroups
impl RefUnwindSafe for EmojiGroups
impl Send for EmojiGroups
impl Sync for EmojiGroups
impl Unpin for EmojiGroups
impl UnsafeUnpin for EmojiGroups
impl UnwindSafe for EmojiGroups
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