pub struct MemIoError { /* private fields */ }
Trait Implementations§
Source§impl Clone for MemIoError
impl Clone for MemIoError
Source§fn clone(&self) -> MemIoError
fn clone(&self) -> MemIoError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MemIoError
impl Debug for MemIoError
Source§impl Display for MemIoError
impl Display for MemIoError
Source§impl Error for MemIoError
impl Error for MemIoError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for MemIoError
impl PartialEq for MemIoError
impl Copy for MemIoError
impl Eq for MemIoError
impl StructuralPartialEq for MemIoError
Auto Trait Implementations§
impl Freeze for MemIoError
impl RefUnwindSafe for MemIoError
impl Send for MemIoError
impl Sync for MemIoError
impl Unpin for MemIoError
impl UnwindSafe for MemIoError
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