[−][src]Trait swim_mem::resident::ResidentPartialEq
A partially comparable Resident
of a raw memory Lease
.
Required methods
fn resident_eq(lease: &L, other: &T) -> bool
Returns true
if the resident of the lease
equals some other
value.
Provided methods
fn resident_ne(lease: &L, other: &T) -> bool
Returns false
if the resident of the lease
equals some other
value.
Implementors
impl<L: Lease> ResidentPartialEq<L, L> for Box<L::Data, L::Meta> where
L::Data: PartialEq,
[src]
L::Data: PartialEq,