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