pub struct SuiteKey(/* private fields */);Expand description
A working key derived for one cipher suite.
Separate type so a suite key can never be mistaken for the master key.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SuiteKey
impl RefUnwindSafe for SuiteKey
impl Send for SuiteKey
impl Sync for SuiteKey
impl Unpin for SuiteKey
impl UnsafeUnpin for SuiteKey
impl UnwindSafe for SuiteKey
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