pub struct SessionCrypto { /* private fields */ }Expand description
Session crypto for ONE connection endpoint: seals in the endpoint’s send direction, opens in the peer’s.
Implementations§
Source§impl SessionCrypto
impl SessionCrypto
Auto Trait Implementations§
impl Freeze for SessionCrypto
impl RefUnwindSafe for SessionCrypto
impl Send for SessionCrypto
impl Sync for SessionCrypto
impl Unpin for SessionCrypto
impl UnsafeUnpin for SessionCrypto
impl UnwindSafe for SessionCrypto
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