pub struct ClientHandshakeState { /* private fields */ }Expand description
Client-side handshake state - passed through the handshake flow
Implementations§
Trait Implementations§
Source§impl Default for ClientHandshakeState
impl Default for ClientHandshakeState
Auto Trait Implementations§
impl Freeze for ClientHandshakeState
impl RefUnwindSafe for ClientHandshakeState
impl Send for ClientHandshakeState
impl Sync for ClientHandshakeState
impl Unpin for ClientHandshakeState
impl UnwindSafe for ClientHandshakeState
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