pub struct MessageEntityCustomEmoji {
pub offset: i32,
pub length: i32,
pub document_id: i64,
}Expand description
Read messageEntityCustomEmoji docs.
Generated from the following TL definition:
messageEntityCustomEmoji#c8cf05f8 offset:int length:int document_id:long = MessageEntityFields§
§offset: i32§length: i32§document_id: i64Trait Implementations§
Source§impl Clone for MessageEntityCustomEmoji
impl Clone for MessageEntityCustomEmoji
Source§fn clone(&self) -> MessageEntityCustomEmoji
fn clone(&self) -> MessageEntityCustomEmoji
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 MessageEntityCustomEmoji
impl Debug for MessageEntityCustomEmoji
Source§impl From<MessageEntityCustomEmoji> for MessageEntity
impl From<MessageEntityCustomEmoji> for MessageEntity
Source§fn from(x: MessageEntityCustomEmoji) -> Self
fn from(x: MessageEntityCustomEmoji) -> Self
Converts to this type from the input type.
Source§impl Identifiable for MessageEntityCustomEmoji
impl Identifiable for MessageEntityCustomEmoji
Source§const CONSTRUCTOR_ID: u32 = 3369010680
const CONSTRUCTOR_ID: u32 = 3369010680
The unique identifier for the type.
Source§impl PartialEq for MessageEntityCustomEmoji
impl PartialEq for MessageEntityCustomEmoji
impl StructuralPartialEq for MessageEntityCustomEmoji
Auto Trait Implementations§
impl Freeze for MessageEntityCustomEmoji
impl RefUnwindSafe for MessageEntityCustomEmoji
impl Send for MessageEntityCustomEmoji
impl Sync for MessageEntityCustomEmoji
impl Unpin for MessageEntityCustomEmoji
impl UnsafeUnpin for MessageEntityCustomEmoji
impl UnwindSafe for MessageEntityCustomEmoji
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