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