pub struct SaltCounter(/* private fields */);Expand description
Thread-safe salt counter for shared use across multiple encryptions.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SaltCounter
impl RefUnwindSafe for SaltCounter
impl Send for SaltCounter
impl Sync for SaltCounter
impl Unpin for SaltCounter
impl UnwindSafe for SaltCounter
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