pub struct ConfigFilePath { /* private fields */ }
Expand description
ConfigFilePath is in charge of computing the default config file name and its parent directory based on global CLI arguments.
Implementations§
Auto Trait Implementations§
impl Freeze for ConfigFilePath
impl RefUnwindSafe for ConfigFilePath
impl Send for ConfigFilePath
impl Sync for ConfigFilePath
impl Unpin for ConfigFilePath
impl UnwindSafe for ConfigFilePath
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