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