pub struct ContextValidateOptions {
pub strict: bool,
pub path: PathBuf,
}Expand description
Options for context validate command
Fields§
§strict: bool§path: PathBufAuto Trait Implementations§
impl Freeze for ContextValidateOptions
impl RefUnwindSafe for ContextValidateOptions
impl Send for ContextValidateOptions
impl Sync for ContextValidateOptions
impl Unpin for ContextValidateOptions
impl UnsafeUnpin for ContextValidateOptions
impl UnwindSafe for ContextValidateOptions
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