pub struct InputUserSelf {}Expand description
Trait Implementations§
Source§impl Clone for InputUserSelf
impl Clone for InputUserSelf
Source§fn clone(&self) -> InputUserSelf
fn clone(&self) -> InputUserSelf
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InputUserSelf
impl Debug for InputUserSelf
Source§impl Deserializable for InputUserSelf
impl Deserializable for InputUserSelf
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 From<InputUserSelf> for InputUser
impl From<InputUserSelf> for InputUser
Source§fn from(_x: InputUserSelf) -> Self
fn from(_x: InputUserSelf) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputUserSelf
impl Identifiable for InputUserSelf
Source§const CONSTRUCTOR_ID: u32 = 0xf7c1b13f
const CONSTRUCTOR_ID: u32 = 0xf7c1b13f
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InputUserSelf
impl PartialEq for InputUserSelf
Source§impl Serializable for InputUserSelf
impl Serializable for InputUserSelf
impl StructuralPartialEq for InputUserSelf
Auto Trait Implementations§
impl Freeze for InputUserSelf
impl RefUnwindSafe for InputUserSelf
impl Send for InputUserSelf
impl Sync for InputUserSelf
impl Unpin for InputUserSelf
impl UnsafeUnpin for InputUserSelf
impl UnwindSafe for InputUserSelf
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