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