pub struct Taxon { /* private fields */ }Expand description
A taxon represented by rank and validated name.
Implementations§
Trait Implementations§
Source§impl Ord for Taxon
impl Ord for Taxon
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 Taxon
impl PartialOrd for Taxon
impl Eq for Taxon
impl StructuralPartialEq for Taxon
Auto Trait Implementations§
impl Freeze for Taxon
impl RefUnwindSafe for Taxon
impl Send for Taxon
impl Sync for Taxon
impl Unpin for Taxon
impl UnsafeUnpin for Taxon
impl UnwindSafe for Taxon
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