pub struct InitOptions {
pub path: PathBuf,
pub ci: Option<String>,
pub interactive: bool,
pub report: bool,
pub exclude_tests: bool,
pub baseline: bool,
pub force: bool,
}Expand description
Options for cargo capsec init.
Fields§
§path: PathBuf§ci: Option<String>§interactive: bool§report: bool§exclude_tests: bool§baseline: bool§force: boolAuto Trait Implementations§
impl Freeze for InitOptions
impl RefUnwindSafe for InitOptions
impl Send for InitOptions
impl Sync for InitOptions
impl Unpin for InitOptions
impl UnsafeUnpin for InitOptions
impl UnwindSafe for InitOptions
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