Struct bebop_tools::BuildConfig
source · pub struct BuildConfig {
pub skip_generated_notice: bool,
pub generate_module_file: bool,
pub format_files: bool,
}Fields§
§skip_generated_notice: boolWhether to skip generating the autogen module doc header in the files. Default: false.
generate_module_file: boolWhether to generate a mod.rs file of all the source. Default: true.
format_files: boolWhether files should be automatically formatted after being generated.
Does nothing if feature format is not enabled. Default: true.
Trait Implementations§
source§impl Debug for BuildConfig
impl Debug for BuildConfig
Auto Trait Implementations§
impl RefUnwindSafe for BuildConfig
impl Send for BuildConfig
impl Sync for BuildConfig
impl Unpin for BuildConfig
impl UnwindSafe for BuildConfig
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