pub struct HandshakeResult {
pub handshake_hash: [u8; 32],
}Available on crate feature
crypto only.Expand description
Result of a completed handshake
Fields§
§handshake_hash: [u8; 32]The handshake hash (used for key derivation)
Auto Trait Implementations§
impl Freeze for HandshakeResult
impl RefUnwindSafe for HandshakeResult
impl Send for HandshakeResult
impl Sync for HandshakeResult
impl Unpin for HandshakeResult
impl UnwindSafe for HandshakeResult
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