pub struct ClientSide;Expand description
State associated with a client connection.
Trait Implementations§
Source§impl Debug for ClientSide
impl Debug for ClientSide
impl SideData for ClientSide
Auto Trait Implementations§
impl Freeze for ClientSide
impl RefUnwindSafe for ClientSide
impl Send for ClientSide
impl Sync for ClientSide
impl Unpin for ClientSide
impl UnsafeUnpin for ClientSide
impl UnwindSafe for ClientSide
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