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