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 Freeze for WizardOptions
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