pub enum VerifyPolicyArg {
Strict,
Devok,
}Variants§
Trait Implementations§
Source§impl Clone for VerifyPolicyArg
impl Clone for VerifyPolicyArg
Source§fn clone(&self) -> VerifyPolicyArg
fn clone(&self) -> VerifyPolicyArg
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 VerifyPolicyArg
impl Debug for VerifyPolicyArg
Source§impl ValueEnum for VerifyPolicyArg
impl ValueEnum for VerifyPolicyArg
impl Copy for VerifyPolicyArg
Auto Trait Implementations§
impl Freeze for VerifyPolicyArg
impl RefUnwindSafe for VerifyPolicyArg
impl Send for VerifyPolicyArg
impl Sync for VerifyPolicyArg
impl Unpin for VerifyPolicyArg
impl UnwindSafe for VerifyPolicyArg
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