pub enum Error_type {
File_system_error(Error_type),
Io_error(Error),
}
Variants§
File_system_error(Error_type)
Io_error(Error)
Trait Implementations§
Source§impl Debug for Error_type
impl Debug for Error_type
Source§impl From<Error> for Error_type
impl From<Error> for Error_type
Source§impl From<Error_type> for Error_type
impl From<Error_type> for Error_type
Source§fn from(Error: Error_type) -> Self
fn from(Error: Error_type) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Error_type
impl !RefUnwindSafe for Error_type
impl Send for Error_type
impl Sync for Error_type
impl Unpin for Error_type
impl !UnwindSafe for Error_type
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