pub struct InputUser {
pub user_id: i64,
pub access_hash: i64,
}Expand description
Generated from the following TL definition:
inputUser#f21158c6 user_id:long access_hash:long = InputUserFields§
§user_id: i64§access_hash: i64Trait Implementations§
Source§impl Deserializable for InputUser
impl Deserializable for InputUser
Source§impl Identifiable for InputUser
impl Identifiable for InputUser
Source§const CONSTRUCTOR_ID: u32 = 4061223110
const CONSTRUCTOR_ID: u32 = 4061223110
The unique identifier for the type.
Source§impl Serializable for InputUser
impl Serializable for InputUser
impl StructuralPartialEq for InputUser
Auto Trait Implementations§
impl Freeze for InputUser
impl RefUnwindSafe for InputUser
impl Send for InputUser
impl Sync for InputUser
impl Unpin for InputUser
impl UnsafeUnpin for InputUser
impl UnwindSafe for InputUser
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