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