pub struct ChatRegistry { /* private fields */ }Expand description
Global chat registry. One per net.serve_ws invocation.
Trait Implementations§
Source§impl Default for ChatRegistry
impl Default for ChatRegistry
Source§fn default() -> ChatRegistry
fn default() -> ChatRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for ChatRegistry
impl RefUnwindSafe for ChatRegistry
impl Send for ChatRegistry
impl Sync for ChatRegistry
impl Unpin for ChatRegistry
impl UnsafeUnpin for ChatRegistry
impl UnwindSafe for ChatRegistry
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