pub struct GetUsers {
pub id: Vec<InputUser>,
}Expand description
Fields§
§id: Vec<InputUser>Trait Implementations§
Source§impl Identifiable for GetUsers
impl Identifiable for GetUsers
Source§const CONSTRUCTOR_ID: u32 = 0x0d91a548
const CONSTRUCTOR_ID: u32 = 0x0d91a548
The constructor ID as specified in the TL schema.
Source§impl Serializable for GetUsers
impl Serializable for GetUsers
impl StructuralPartialEq for GetUsers
Auto Trait Implementations§
impl Freeze for GetUsers
impl RefUnwindSafe for GetUsers
impl Send for GetUsers
impl Sync for GetUsers
impl Unpin for GetUsers
impl UnsafeUnpin for GetUsers
impl UnwindSafe for GetUsers
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