pub struct WebSocketStats {
pub connected_clients: usize,
pub total_capacity: usize,
}Fields§
§connected_clients: usize§total_capacity: usizeTrait Implementations§
Source§impl Debug for WebSocketStats
impl Debug for WebSocketStats
Auto Trait Implementations§
impl Freeze for WebSocketStats
impl RefUnwindSafe for WebSocketStats
impl Send for WebSocketStats
impl Sync for WebSocketStats
impl Unpin for WebSocketStats
impl UnsafeUnpin for WebSocketStats
impl UnwindSafe for WebSocketStats
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