pub enum RemoveMappingError {
InvalidOffset,
}Variants§
InvalidOffset
Trait Implementations§
Source§impl Debug for RemoveMappingError
impl Debug for RemoveMappingError
Source§impl Display for RemoveMappingError
impl Display for RemoveMappingError
impl Eq for RemoveMappingError
Source§impl Error for RemoveMappingError
impl Error for RemoveMappingError
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 RemoveMappingError
impl PartialEq for RemoveMappingError
Source§fn eq(&self, other: &RemoveMappingError) -> bool
fn eq(&self, other: &RemoveMappingError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RemoveMappingError
Auto Trait Implementations§
impl Freeze for RemoveMappingError
impl RefUnwindSafe for RemoveMappingError
impl Send for RemoveMappingError
impl Sync for RemoveMappingError
impl Unpin for RemoveMappingError
impl UnsafeUnpin for RemoveMappingError
impl UnwindSafe for RemoveMappingError
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