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