pub enum ConfigErrorTy {
CouldNotConvertToJson,
CouldNotParseJson,
CouldNotReadFile,
CouldNotWriteToFile,
}Variants§
Trait Implementations§
Source§impl Debug for ConfigErrorTy
impl Debug for ConfigErrorTy
Auto Trait Implementations§
impl Freeze for ConfigErrorTy
impl RefUnwindSafe for ConfigErrorTy
impl Send for ConfigErrorTy
impl Sync for ConfigErrorTy
impl Unpin for ConfigErrorTy
impl UnwindSafe for ConfigErrorTy
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