pub struct InputUserSelf {}Expand description
Generated from the following TL definition:
inputUserSelf#f7c1b13f = InputUserTrait 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§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 = 4156666175
const CONSTRUCTOR_ID: u32 = 4156666175
The unique identifier for the type.
Source§impl PartialEq for InputUserSelf
impl PartialEq for InputUserSelf
Source§impl Serializable for InputUserSelf
impl Serializable for InputUserSelf
Source§impl TryFrom<InputUser> for InputUserSelf
impl TryFrom<InputUser> 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