pub enum Stringency {
Lenient,
Intermediate,
Strict,
Extreme,
}Variants§
Trait Implementations§
Source§impl Clone for Stringency
impl Clone for Stringency
Source§fn clone(&self) -> Stringency
fn clone(&self) -> Stringency
Returns a copy 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 Stringency
impl Debug for Stringency
Source§impl Display for Stringency
impl Display for Stringency
Source§impl PartialEq for Stringency
impl PartialEq for Stringency
Source§impl ValueEnum for Stringency
impl ValueEnum for Stringency
impl StructuralPartialEq for Stringency
Auto Trait Implementations§
impl Freeze for Stringency
impl RefUnwindSafe for Stringency
impl Send for Stringency
impl Sync for Stringency
impl Unpin for Stringency
impl UnwindSafe for Stringency
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