pub struct FileConfigStore;Expand description
Reads and writes config files from the local filesystem.
Trait Implementations§
Source§impl ConfigStore for FileConfigStore
impl ConfigStore for FileConfigStore
Auto Trait Implementations§
impl Freeze for FileConfigStore
impl RefUnwindSafe for FileConfigStore
impl Send for FileConfigStore
impl Sync for FileConfigStore
impl Unpin for FileConfigStore
impl UnsafeUnpin for FileConfigStore
impl UnwindSafe for FileConfigStore
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