pub struct SecureSession { /* private fields */ }Expand description
Secure session with automatic key rotation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SecureSession
impl RefUnwindSafe for SecureSession
impl Send for SecureSession
impl Sync for SecureSession
impl Unpin for SecureSession
impl UnsafeUnpin for SecureSession
impl UnwindSafe for SecureSession
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