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