pub struct ClientInfos {}
Expand description
Structure holding informations about the connecting client.
Auto Trait Implementations§
impl Freeze for ClientInfos
impl RefUnwindSafe for ClientInfos
impl Send for ClientInfos
impl Sync for ClientInfos
impl Unpin for ClientInfos
impl UnwindSafe for ClientInfos
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