pub struct Fs { /* private fields */ }Expand description
Loads configurations from filesystem.
Implementations§
Source§impl Fs
impl Fs
pub fn new() -> Self
pub fn add_soft_error(&mut self, error: SoftErrorsFs)
pub fn with_soft_error(self, error: SoftErrorsFs) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fs
impl RefUnwindSafe for Fs
impl Send for Fs
impl Sync for Fs
impl Unpin for Fs
impl UnwindSafe for Fs
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