pub enum ConfigPathError {
Io(Error),
}Variants§
Trait Implementations§
Source§impl Debug for ConfigPathError
impl Debug for ConfigPathError
Auto Trait Implementations§
impl Freeze for ConfigPathError
impl !RefUnwindSafe for ConfigPathError
impl Send for ConfigPathError
impl Sync for ConfigPathError
impl Unpin for ConfigPathError
impl UnsafeUnpin for ConfigPathError
impl !UnwindSafe for ConfigPathError
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