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