Struct cargo_wizard::WizardOptions
source · pub struct WizardOptions { /* private fields */ }Expand description
Describes options for applying templates
Implementations§
source§impl WizardOptions
impl WizardOptions
pub fn nightly_items_enabled(&self) -> bool
pub fn with_nightly_items(self) -> Self
Trait Implementations§
source§impl Debug for WizardOptions
impl Debug for WizardOptions
source§impl Default for WizardOptions
impl Default for WizardOptions
source§fn default() -> WizardOptions
fn default() -> WizardOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for WizardOptions
impl Send for WizardOptions
impl Sync for WizardOptions
impl Unpin for WizardOptions
impl UnwindSafe for WizardOptions
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