Type Alias json_syntax::object::DuplicateEntry
source · pub type DuplicateEntry = Duplicate<Entry>;
Expand description
Duplicate entry error.
Aliased Type§
struct DuplicateEntry(pub Entry, pub Entry);
Fields§
§0: Entry
§1: Entry
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)>
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()