pub enum ReadErrorInner {
Io(Error),
Other(&'static str),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadErrorInner
impl !RefUnwindSafe for ReadErrorInner
impl Send for ReadErrorInner
impl Sync for ReadErrorInner
impl Unpin for ReadErrorInner
impl !UnwindSafe for ReadErrorInner
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