pub struct GeologicProcess(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for GeologicProcess
impl AsRef<str> for GeologicProcess
Source§impl Clone for GeologicProcess
impl Clone for GeologicProcess
Source§fn clone(&self) -> GeologicProcess
fn clone(&self) -> GeologicProcess
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 GeologicProcess
impl Debug for GeologicProcess
Source§impl Display for GeologicProcess
impl Display for GeologicProcess
Source§impl FromStr for GeologicProcess
impl FromStr for GeologicProcess
Source§impl Hash for GeologicProcess
impl Hash for GeologicProcess
Source§impl Ord for GeologicProcess
impl Ord for GeologicProcess
Source§fn cmp(&self, other: &GeologicProcess) -> Ordering
fn cmp(&self, other: &GeologicProcess) -> 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 GeologicProcess
impl PartialEq for GeologicProcess
Source§fn eq(&self, other: &GeologicProcess) -> bool
fn eq(&self, other: &GeologicProcess) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for GeologicProcess
impl PartialOrd for GeologicProcess
impl Eq for GeologicProcess
impl StructuralPartialEq for GeologicProcess
Auto Trait Implementations§
impl Freeze for GeologicProcess
impl RefUnwindSafe for GeologicProcess
impl Send for GeologicProcess
impl Sync for GeologicProcess
impl Unpin for GeologicProcess
impl UnsafeUnpin for GeologicProcess
impl UnwindSafe for GeologicProcess
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