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