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