pub struct Options {
pub format_output: bool,
pub enum_derives: Vec<String>,
pub struct_derives: Vec<String>,
pub include_async: bool,
pub use_anyhow: bool,
pub debug_mode: bool,
}
Fields§
§format_output: bool
§enum_derives: Vec<String>
§struct_derives: Vec<String>
§include_async: bool
§use_anyhow: bool
§debug_mode: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Options
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnwindSafe for Options
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