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