pub struct EmojiGroupGreeting {
pub title: String,
pub icon_emoji_id: i64,
pub emoticons: Vec<String>,
}Expand description
Generated from:
emojiGroupGreeting#80d26cc7 title:string icon_emoji_id:long emoticons:Vector<string> = EmojiGroupFields§
§title: String§icon_emoji_id: i64§emoticons: Vec<String>Trait Implementations§
Source§impl Clone for EmojiGroupGreeting
impl Clone for EmojiGroupGreeting
Source§fn clone(&self) -> EmojiGroupGreeting
fn clone(&self) -> EmojiGroupGreeting
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 EmojiGroupGreeting
impl Debug for EmojiGroupGreeting
Source§impl Deserializable for EmojiGroupGreeting
impl Deserializable for EmojiGroupGreeting
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<EmojiGroupGreeting> for EmojiGroup
impl From<EmojiGroupGreeting> for EmojiGroup
Source§fn from(x: EmojiGroupGreeting) -> Self
fn from(x: EmojiGroupGreeting) -> Self
Converts to this type from the input type.
Source§impl Identifiable for EmojiGroupGreeting
impl Identifiable for EmojiGroupGreeting
Source§const CONSTRUCTOR_ID: u32 = 0x80d26cc7
const CONSTRUCTOR_ID: u32 = 0x80d26cc7
The constructor ID as specified in the TL schema.
Source§impl PartialEq for EmojiGroupGreeting
impl PartialEq for EmojiGroupGreeting
Source§impl Serializable for EmojiGroupGreeting
impl Serializable for EmojiGroupGreeting
Source§impl TryFrom<EmojiGroup> for EmojiGroupGreeting
impl TryFrom<EmojiGroup> for EmojiGroupGreeting
Source§type Error = EmojiGroup
type Error = EmojiGroup
The type returned in the event of a conversion error.
impl StructuralPartialEq for EmojiGroupGreeting
Auto Trait Implementations§
impl Freeze for EmojiGroupGreeting
impl RefUnwindSafe for EmojiGroupGreeting
impl Send for EmojiGroupGreeting
impl Sync for EmojiGroupGreeting
impl Unpin for EmojiGroupGreeting
impl UnsafeUnpin for EmojiGroupGreeting
impl UnwindSafe for EmojiGroupGreeting
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