pub enum Recursive {
No,
Yes,
}Expand description
Controls whether validation/ensure operations recurse into child paths
Variants§
Trait Implementations§
impl Copy for Recursive
impl Eq for Recursive
impl StructuralPartialEq for Recursive
Auto Trait Implementations§
impl Freeze for Recursive
impl RefUnwindSafe for Recursive
impl Send for Recursive
impl Sync for Recursive
impl Unpin for Recursive
impl UnwindSafe for Recursive
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