pub struct EmojiUrl {
pub url: String,
}Expand description
Fields§
§url: StringTrait Implementations§
Source§impl Deserializable for EmojiUrl
impl Deserializable for EmojiUrl
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 Identifiable for EmojiUrl
impl Identifiable for EmojiUrl
Source§const CONSTRUCTOR_ID: u32 = 0xa575739d
const CONSTRUCTOR_ID: u32 = 0xa575739d
The constructor ID as specified in the TL schema.
Source§impl Serializable for EmojiUrl
impl Serializable for EmojiUrl
impl StructuralPartialEq for EmojiUrl
Auto Trait Implementations§
impl Freeze for EmojiUrl
impl RefUnwindSafe for EmojiUrl
impl Send for EmojiUrl
impl Sync for EmojiUrl
impl Unpin for EmojiUrl
impl UnsafeUnpin for EmojiUrl
impl UnwindSafe for EmojiUrl
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