MCPcopy Create free account
hub / github.com/AmrDeveloper/GQL / equals

Method equals

crates/gitql-ast/src/types/base.rs:37–39  ·  view source on GitHub ↗
(&self, other: &Box<dyn DataType>)

Source from the content-addressed store, hash-verified

35 #[allow(unused_variables)]
36 #[allow(clippy::borrowed_box)]
37 fn equals(&self, other: &Box<dyn DataType>) -> bool {
38 false
39 }
40
41 /// Return the current value as dynamic [`Any`]
42 fn as_any(&self) -> &dyn Any;

Callers 1

eqMethod · 0.45

Implementers 15

diff_changes.rssrc/gitql/types/diff_changes.rs
dynamic.rscrates/gitql-ast/src/types/dynamic.rs
boolean.rscrates/gitql-ast/src/types/boolean.rs
date.rscrates/gitql-ast/src/types/date.rs
time.rscrates/gitql-ast/src/types/time.rs
range.rscrates/gitql-ast/src/types/range.rs
text.rscrates/gitql-ast/src/types/text.rs
array.rscrates/gitql-ast/src/types/array.rs
varargs.rscrates/gitql-ast/src/types/varargs.rs
row.rscrates/gitql-ast/src/types/row.rs
optional.rscrates/gitql-ast/src/types/optional.rs
float.rscrates/gitql-ast/src/types/float.rs

Calls

no outgoing calls

Tested by

no test coverage detected