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§impl PartialOrd for AtomStaticSet
impl PartialOrd for AtomStaticSet
source§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