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