Struct html5ever::PrefixStaticSet
source · pub struct PrefixStaticSet;
Trait Implementations§
source§impl Ord for PrefixStaticSet
impl Ord for PrefixStaticSet
source§fn cmp(&self, other: &PrefixStaticSet) -> Ordering
fn cmp(&self, other: &PrefixStaticSet) -> 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 PrefixStaticSet
impl PartialEq for PrefixStaticSet
source§fn eq(&self, other: &PrefixStaticSet) -> bool
fn eq(&self, other: &PrefixStaticSet) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for PrefixStaticSet
impl PartialOrd for PrefixStaticSet
source§fn partial_cmp(&self, other: &PrefixStaticSet) -> Option<Ordering>
fn partial_cmp(&self, other: &PrefixStaticSet) -> 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 PrefixStaticSet
impl StaticAtomSet for PrefixStaticSet
impl Eq for PrefixStaticSet
impl StructuralPartialEq for PrefixStaticSet
Auto Trait Implementations§
impl Freeze for PrefixStaticSet
impl RefUnwindSafe for PrefixStaticSet
impl Send for PrefixStaticSet
impl Sync for PrefixStaticSet
impl Unpin for PrefixStaticSet
impl UnwindSafe for PrefixStaticSet
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