pub struct AtomCount(/* private fields */);Expand description
A count of explicit atoms in a molecule.
Implementations§
Trait Implementations§
Source§impl Ord for AtomCount
impl Ord for AtomCount
1.21.0 (const: unstable) · 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 PartialOrd for AtomCount
impl PartialOrd for AtomCount
impl Copy for AtomCount
impl Eq for AtomCount
impl StructuralPartialEq for AtomCount
Auto Trait Implementations§
impl Freeze for AtomCount
impl RefUnwindSafe for AtomCount
impl Send for AtomCount
impl Sync for AtomCount
impl Unpin for AtomCount
impl UnsafeUnpin for AtomCount
impl UnwindSafe for AtomCount
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