pub enum SecureBit {
Bit64,
Bit128,
Bit192,
Bit256,
}
Expand description
How secure does your encryption need to be?
Variants§
Trait Implementations§
impl Copy for SecureBit
impl Eq for SecureBit
impl StructuralPartialEq for SecureBit
Auto Trait Implementations§
impl Freeze for SecureBit
impl RefUnwindSafe for SecureBit
impl Send for SecureBit
impl Sync for SecureBit
impl Unpin for SecureBit
impl UnwindSafe for SecureBit
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