Struct string_cache::EmptyStaticAtomSet
source · pub struct EmptyStaticAtomSet;
Expand description
An empty static atom set for when only dynamic strings will be added
Trait Implementations§
source§impl Ord for EmptyStaticAtomSet
impl Ord for EmptyStaticAtomSet
source§fn cmp(&self, other: &EmptyStaticAtomSet) -> Ordering
fn cmp(&self, other: &EmptyStaticAtomSet) -> 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 EmptyStaticAtomSet
impl PartialEq for EmptyStaticAtomSet
source§fn eq(&self, other: &EmptyStaticAtomSet) -> bool
fn eq(&self, other: &EmptyStaticAtomSet) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for EmptyStaticAtomSet
impl PartialOrd for EmptyStaticAtomSet
source§fn partial_cmp(&self, other: &EmptyStaticAtomSet) -> Option<Ordering>
fn partial_cmp(&self, other: &EmptyStaticAtomSet) -> 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 EmptyStaticAtomSet
impl StaticAtomSet for EmptyStaticAtomSet
impl Eq for EmptyStaticAtomSet
impl StructuralPartialEq for EmptyStaticAtomSet
Auto Trait Implementations§
impl Freeze for EmptyStaticAtomSet
impl RefUnwindSafe for EmptyStaticAtomSet
impl Send for EmptyStaticAtomSet
impl Sync for EmptyStaticAtomSet
impl Unpin for EmptyStaticAtomSet
impl UnwindSafe for EmptyStaticAtomSet
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