pub struct GeologicEpoch(/* private fields */);Implementations§
Source§impl GeologicEpoch
impl GeologicEpoch
Trait Implementations§
Source§impl AsRef<str> for GeologicEpoch
impl AsRef<str> for GeologicEpoch
Source§impl Clone for GeologicEpoch
impl Clone for GeologicEpoch
Source§fn clone(&self) -> GeologicEpoch
fn clone(&self) -> GeologicEpoch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GeologicEpoch
impl Debug for GeologicEpoch
Source§impl Display for GeologicEpoch
impl Display for GeologicEpoch
Source§impl FromStr for GeologicEpoch
impl FromStr for GeologicEpoch
Source§impl Hash for GeologicEpoch
impl Hash for GeologicEpoch
Source§impl Ord for GeologicEpoch
impl Ord for GeologicEpoch
Source§fn cmp(&self, other: &GeologicEpoch) -> Ordering
fn cmp(&self, other: &GeologicEpoch) -> Ordering
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 PartialEq for GeologicEpoch
impl PartialEq for GeologicEpoch
Source§fn eq(&self, other: &GeologicEpoch) -> bool
fn eq(&self, other: &GeologicEpoch) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for GeologicEpoch
impl PartialOrd for GeologicEpoch
impl Eq for GeologicEpoch
impl StructuralPartialEq for GeologicEpoch
Auto Trait Implementations§
impl Freeze for GeologicEpoch
impl RefUnwindSafe for GeologicEpoch
impl Send for GeologicEpoch
impl Sync for GeologicEpoch
impl Unpin for GeologicEpoch
impl UnsafeUnpin for GeologicEpoch
impl UnwindSafe for GeologicEpoch
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