MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / eq

Method eq

src/error.rs:111–113  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

109
110impl PartialEq for DbErr {
111 fn eq(&self, other: &Self) -> bool {
112 self.to_string() == other.to_string()
113 }
114}
115
116impl Eq for DbErr {}

Callers 15

escape_rust_keywordFunction · 0.45
exists_with_joinsFunction · 0.45
insert_json_vecFunction · 0.45
insert_metadataFunction · 0.45
mainFunction · 0.45
relatedFunction · 0.45
linkedFunction · 0.45

Calls

no outgoing calls

Tested by 15

exists_with_joinsFunction · 0.36
insert_json_vecFunction · 0.36
insert_metadataFunction · 0.36
mainFunction · 0.36
relatedFunction · 0.36
linkedFunction · 0.36
create_and_updateFunction · 0.36