Enum biscuit_parser::builder::CheckKind
source · pub enum CheckKind {
One,
All,
}Variants
One
All
Trait Implementations
impl Eq for CheckKind
impl StructuralEq for CheckKind
impl StructuralPartialEq for CheckKind
Auto Trait Implementations
impl RefUnwindSafe for CheckKind
impl Send for CheckKind
impl Sync for CheckKind
impl Unpin for CheckKind
impl UnwindSafe for CheckKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more