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