pub struct Config {
pub inputs: Vec<PathBuf>,
pub brp: bool,
pub print: bool,
pub check: bool,
pub ignore_extension: bool,
pub jobs: Option<u32>,
pub source_date_epoch: Option<i64>,
pub handler_names: Vec<&'static str>,
pub strict_handlers: bool,
}Fields§
§inputs: Vec<PathBuf>§brp: bool§print: bool§check: bool§ignore_extension: bool§jobs: Option<u32>§source_date_epoch: Option<i64>§handler_names: Vec<&'static str>§strict_handlers: boolImplementations§
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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