pub type DuplicateEntry = Duplicate<Entry>;
Expand description
Duplicate entry error.
Aliased Type§
struct DuplicateEntry(pub Entry<SmallString<[u8; 16]>>, pub Entry<SmallString<[u8; 16]>>);
Fields§
§0: Entry<SmallString<[u8; 16]>>
§1: Entry<SmallString<[u8; 16]>>
Trait Implementations§
Source§impl Display for DuplicateEntry
impl Display for DuplicateEntry
Source§impl Error for DuplicateEntry
impl Error for DuplicateEntry
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()