pub struct ValidateCommand {
pub check_api: bool,
pub check_filesystem: bool,
pub check_tools: bool,
pub check_config: bool,
pub verbose: bool,
}
Expand description
Validation command configuration
Fields§
§check_api: bool
§check_filesystem: bool
§check_tools: bool
§check_config: bool
§verbose: bool
Auto Trait Implementations§
impl Freeze for ValidateCommand
impl RefUnwindSafe for ValidateCommand
impl Send for ValidateCommand
impl Sync for ValidateCommand
impl Unpin for ValidateCommand
impl UnwindSafe for ValidateCommand
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