Enum imhamt::operation::RemoveError
source · pub enum RemoveError {
KeyNotFound,
ValueNotMatching,
}
Variants§
Trait Implementations§
source§impl Clone for RemoveError
impl Clone for RemoveError
source§fn clone(&self) -> RemoveError
fn clone(&self) -> RemoveError
Returns a copy 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 RemoveError
impl Debug for RemoveError
source§impl Display for RemoveError
impl Display for RemoveError
source§impl Error for RemoveError
impl Error for RemoveError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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<RemoveError> for RemoveError
impl PartialEq<RemoveError> for RemoveError
source§fn eq(&self, other: &RemoveError) -> bool
fn eq(&self, other: &RemoveError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RemoveError
impl Eq for RemoveError
impl StructuralEq for RemoveError
impl StructuralPartialEq for RemoveError
Auto Trait Implementations§
impl RefUnwindSafe for RemoveError
impl Send for RemoveError
impl Sync for RemoveError
impl Unpin for RemoveError
impl UnwindSafe for RemoveError
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