pub struct ChatRoom { /* private fields */ }
Expand description
Real-time chat room example
Implementations§
Auto Trait Implementations§
impl Freeze for ChatRoom
impl RefUnwindSafe for ChatRoom
impl Send for ChatRoom
impl Sync for ChatRoom
impl Unpin for ChatRoom
impl UnwindSafe for ChatRoom
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