MCPcopy Create free account
hub / github.com/cel-rust/cel-rust / eq

Method eq

cel/src/objects.rs:149–151  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

147/// Trait object implementations for `dyn AsKeyRef` to enable hashing and comparison.
148impl<'a> PartialEq for dyn AsKeyRef + 'a {
149 fn eq(&self, other: &Self) -> bool {
150 self.as_keyref().eq(&other.as_keyref())
151 }
152}
153
154impl<'a> Eq for dyn AsKeyRef + 'a {}

Callers 2

opaque_eqMethod · 0.45
resolve_valMethod · 0.45

Calls 6

mapMethod · 0.80
try_intoMethod · 0.80
opaque_eqMethod · 0.80
as_keyrefMethod · 0.45
to_ownedMethod · 0.45
derefMethod · 0.45

Tested by

no test coverage detected