pub enum SettingsFileError {
CouldNotLoad(Error),
CouldNotSave(Error),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SettingsFileError
impl !RefUnwindSafe for SettingsFileError
impl Send for SettingsFileError
impl Sync for SettingsFileError
impl Unpin for SettingsFileError
impl !UnwindSafe for SettingsFileError
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