MCPcopy Create free account
hub / github.com/angular-rust/yew-components / eq

Method eq

src/utils/weak_component_link.rs:29–31  ·  view source on GitHub ↗
(&self, other: &WeakComponentLink<T>)

Source from the content-addressed store, hash-verified

27
28impl<T: Component> PartialEq for WeakComponentLink<T> {
29 fn eq(&self, other: &WeakComponentLink<T>) -> bool {
30 Rc::ptr_eq(&self.0, &other.0)
31 }
32}
33
34// OLD

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected