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