pub struct NamespaceStaticSet;Trait Implementations§
Source§impl Ord for NamespaceStaticSet
 
impl Ord for NamespaceStaticSet
Source§fn cmp(&self, other: &NamespaceStaticSet) -> Ordering
 
fn cmp(&self, other: &NamespaceStaticSet) -> 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 NamespaceStaticSet
 
impl PartialEq for NamespaceStaticSet
Source§impl PartialOrd for NamespaceStaticSet
 
impl PartialOrd for NamespaceStaticSet
Source§impl StaticAtomSet for NamespaceStaticSet
 
impl StaticAtomSet for NamespaceStaticSet
impl Eq for NamespaceStaticSet
impl StructuralPartialEq for NamespaceStaticSet
Auto Trait Implementations§
impl Freeze for NamespaceStaticSet
impl RefUnwindSafe for NamespaceStaticSet
impl Send for NamespaceStaticSet
impl Sync for NamespaceStaticSet
impl Unpin for NamespaceStaticSet
impl UnwindSafe for NamespaceStaticSet
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