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