pub struct GetFullUser {
pub id: InputUser,
}Expand description
Fields§
§id: InputUserTrait Implementations§
Source§impl Clone for GetFullUser
impl Clone for GetFullUser
Source§fn clone(&self) -> GetFullUser
fn clone(&self) -> GetFullUser
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 GetFullUser
impl Debug for GetFullUser
Source§impl Identifiable for GetFullUser
impl Identifiable for GetFullUser
Source§const CONSTRUCTOR_ID: u32 = 0xb60f5918
const CONSTRUCTOR_ID: u32 = 0xb60f5918
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetFullUser
impl PartialEq for GetFullUser
Source§impl RemoteCall for GetFullUser
impl RemoteCall for GetFullUser
Source§impl Serializable for GetFullUser
impl Serializable for GetFullUser
impl StructuralPartialEq for GetFullUser
Auto Trait Implementations§
impl Freeze for GetFullUser
impl RefUnwindSafe for GetFullUser
impl Send for GetFullUser
impl Sync for GetFullUser
impl Unpin for GetFullUser
impl UnsafeUnpin for GetFullUser
impl UnwindSafe for GetFullUser
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