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 for AtomStaticSet
impl PartialEq 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 for AtomStaticSet
impl PartialOrd 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 moresource§impl StaticAtomSet for AtomStaticSet
impl StaticAtomSet for AtomStaticSet
impl Eq for AtomStaticSet
impl StructuralPartialEq for AtomStaticSet
Auto Trait Implementations§
impl Freeze for AtomStaticSet
impl RefUnwindSafe for AtomStaticSet
impl Send for AtomStaticSet
impl Sync for AtomStaticSet
impl Unpin for AtomStaticSet
impl UnwindSafe for AtomStaticSet
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more