pub struct GetChat { /* private fields */ }
Expand description
Use this method to get up to date information about the chat.
Implementations§
Trait Implementations§
Source§impl PartialOrd for GetChat
impl PartialOrd for GetChat
impl StructuralPartialEq for GetChat
Auto Trait Implementations§
impl Freeze for GetChat
impl RefUnwindSafe for GetChat
impl Send for GetChat
impl Sync for GetChat
impl Unpin for GetChat
impl UnwindSafe for GetChat
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