pub struct HandshakeOutcome {
pub read_key: Key,
pub read_noncegen: NonceGen,
pub write_key: Key,
pub write_noncegen: NonceGen,
}Fields§
§read_key: Key§read_noncegen: NonceGen§write_key: Key§write_noncegen: NonceGenAuto Trait Implementations§
impl Freeze for HandshakeOutcome
impl RefUnwindSafe for HandshakeOutcome
impl Send for HandshakeOutcome
impl Sync for HandshakeOutcome
impl Unpin for HandshakeOutcome
impl UnwindSafe for HandshakeOutcome
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