pub enum VerificationDepth {
Quick,
Standard,
Deep,
Exhaustive,
}Variants§
Trait Implementations§
Source§impl Clone for VerificationDepth
impl Clone for VerificationDepth
Source§fn clone(&self) -> VerificationDepth
fn clone(&self) -> VerificationDepth
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 VerificationDepth
impl Debug for VerificationDepth
Source§impl ValueEnum for VerificationDepth
impl ValueEnum for VerificationDepth
Auto Trait Implementations§
impl Freeze for VerificationDepth
impl RefUnwindSafe for VerificationDepth
impl Send for VerificationDepth
impl Sync for VerificationDepth
impl Unpin for VerificationDepth
impl UnsafeUnpin for VerificationDepth
impl UnwindSafe for VerificationDepth
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