Trait ArcEqIdent
pub(in ::sync) trait ArcEqIdent<T: ?Sized + PartialEq, A: Allocator>
Required Methods
fn eq(&self, other: &Arc<T, A>) -> boolfn ne(&self, other: &Arc<T, A>) -> bool
Implementors
impl<T: ?Sized + MarkerEq, A: Allocator> ArcEqIdent<T, A> for Arc<T, A>impl<T: ?Sized + PartialEq, A: Allocator> ArcEqIdent<T, A> for Arc<T, A>