pub struct WebsocketManager {
pub clients: Vec<WebsocketActorContent>,
}Fields§
§clients: Vec<WebsocketActorContent>Implementations§
Trait Implementations§
Source§impl Debug for WebsocketManager
impl Debug for WebsocketManager
Source§impl Default for WebsocketManager
impl Default for WebsocketManager
Source§fn default() -> WebsocketManager
fn default() -> WebsocketManager
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WebsocketManager
impl !RefUnwindSafe for WebsocketManager
impl Send for WebsocketManager
impl Sync for WebsocketManager
impl Unpin for WebsocketManager
impl !UnwindSafe for WebsocketManager
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