pub enum CheckKind {
One,
All,
Reject,
}Variants§
Trait Implementations§
impl Eq for CheckKind
impl StructuralPartialEq for CheckKind
Auto Trait Implementations§
impl Freeze for CheckKind
impl RefUnwindSafe for CheckKind
impl Send for CheckKind
impl Sync for CheckKind
impl Unpin for CheckKind
impl UnwindSafe for CheckKind
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