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