pub struct ArgsConfig {
pub path: String,
pub suppress_file_not_found: bool,
}Fields§
§path: String§suppress_file_not_found: boolAuto Trait Implementations§
impl Freeze for ArgsConfig
impl RefUnwindSafe for ArgsConfig
impl Send for ArgsConfig
impl Sync for ArgsConfig
impl Unpin for ArgsConfig
impl UnwindSafe for ArgsConfig
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