pub struct ClientSide;Expand description
State associated with a client connection.
Trait Implementations§
Source§impl Debug for ClientSide
impl Debug for ClientSide
Source§impl SideData for ClientSide
impl SideData for ClientSide
Source§type Handshake = ClientHandshake
type Handshake = ClientHandshake
Type representing an in-progress handshake.
Source§type PeerIdentity<'a> = ServerIdentity<'static, 'a>
type PeerIdentity<'a> = ServerIdentity<'static, 'a>
Type representing the peer’s identity.
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