pub struct Chat { /* private fields */ }Implementations§
Trait Implementations§
source§impl PartialEq<Chat> for Chat
impl PartialEq<Chat> for Chat
impl StructuralPartialEq for Chat
Auto Trait Implementations§
impl RefUnwindSafe for Chat
impl Send for Chat
impl Sync for Chat
impl Unpin for Chat
impl UnwindSafe for Chat
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