pub enum SecurityStrength {
None,
_112bit,
_128bit,
_192bit,
_256bit,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SecurityStrength
impl Clone for SecurityStrength
Source§fn clone(&self) -> SecurityStrength
fn clone(&self) -> SecurityStrength
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SecurityStrength
impl Debug for SecurityStrength
Source§impl PartialEq for SecurityStrength
impl PartialEq for SecurityStrength
Source§impl PartialOrd for SecurityStrength
impl PartialOrd for SecurityStrength
impl Eq for SecurityStrength
impl StructuralPartialEq for SecurityStrength
Auto Trait Implementations§
impl Freeze for SecurityStrength
impl RefUnwindSafe for SecurityStrength
impl Send for SecurityStrength
impl Sync for SecurityStrength
impl Unpin for SecurityStrength
impl UnwindSafe for SecurityStrength
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