pub struct GenerateOptions {
pub use_cache: bool,
pub use_backup: bool,
pub use_force: bool,
pub verbose: bool,
pub hook_type: Option<HookType>,
}Expand description
Options for generation
Fields§
§use_cache: bool§use_backup: bool§use_force: bool§verbose: bool§hook_type: Option<HookType>Auto Trait Implementations§
impl Freeze for GenerateOptions
impl RefUnwindSafe for GenerateOptions
impl Send for GenerateOptions
impl Sync for GenerateOptions
impl Unpin for GenerateOptions
impl UnwindSafe for GenerateOptions
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