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