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