Struct sugar_cli::validate::process::ValidateArgs
source · pub struct ValidateArgs {
pub assets_dir: String,
pub strict: bool,
pub skip_collection_prompt: bool,
}Fields
assets_dir: Stringstrict: boolskip_collection_prompt: boolAuto Trait Implementations
impl RefUnwindSafe for ValidateArgs
impl Send for ValidateArgs
impl Sync for ValidateArgs
impl Unpin for ValidateArgs
impl UnwindSafe for ValidateArgs
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
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