pub struct ConnectedClients { /* private fields */ }Expand description
Shared count of authenticated socket connections accepted by the daemon.
Implementations§
Trait Implementations§
Source§impl Clone for ConnectedClients
impl Clone for ConnectedClients
Source§impl Debug for ConnectedClients
impl Debug for ConnectedClients
Auto Trait Implementations§
impl Freeze for ConnectedClients
impl RefUnwindSafe for ConnectedClients
impl Send for ConnectedClients
impl Sync for ConnectedClients
impl Unpin for ConnectedClients
impl UnsafeUnpin for ConnectedClients
impl UnwindSafe for ConnectedClients
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