Struct servo_atoms::AtomStaticSet
source · pub struct AtomStaticSet;
Trait Implementations§
source§impl Ord for AtomStaticSet
impl Ord for AtomStaticSet
source§fn cmp(&self, other: &AtomStaticSet) -> Ordering
fn cmp(&self, other: &AtomStaticSet) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<AtomStaticSet> for AtomStaticSet
impl PartialEq<AtomStaticSet> for AtomStaticSet
source§fn eq(&self, other: &AtomStaticSet) -> bool
fn eq(&self, other: &AtomStaticSet) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<AtomStaticSet> for AtomStaticSet
impl PartialOrd<AtomStaticSet> for AtomStaticSet
source§fn partial_cmp(&self, other: &AtomStaticSet) -> Option<Ordering>
fn partial_cmp(&self, other: &AtomStaticSet) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more