pub enum TelluricCoreDifference {
Coreless,
Smaller,
Larger,
}Variants§
Trait Implementations§
Source§impl Clone for TelluricCoreDifference
impl Clone for TelluricCoreDifference
Source§fn clone(&self) -> TelluricCoreDifference
fn clone(&self) -> TelluricCoreDifference
Returns a duplicate of the value. Read more
1.0.0 · 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 TelluricCoreDifference
impl Debug for TelluricCoreDifference
Source§impl Default for TelluricCoreDifference
impl Default for TelluricCoreDifference
Source§impl<'de> Deserialize<'de> for TelluricCoreDifference
impl<'de> Deserialize<'de> for TelluricCoreDifference
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for TelluricCoreDifference
impl Display for TelluricCoreDifference
Source§impl Hash for TelluricCoreDifference
impl Hash for TelluricCoreDifference
Source§impl Ord for TelluricCoreDifference
impl Ord for TelluricCoreDifference
Source§fn cmp(&self, other: &TelluricCoreDifference) -> Ordering
fn cmp(&self, other: &TelluricCoreDifference) -> 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 TelluricCoreDifference
impl PartialEq for TelluricCoreDifference
Source§impl PartialOrd for TelluricCoreDifference
impl PartialOrd for TelluricCoreDifference
Source§impl Serialize for TelluricCoreDifference
impl Serialize for TelluricCoreDifference
impl Copy for TelluricCoreDifference
impl Eq for TelluricCoreDifference
impl StructuralPartialEq for TelluricCoreDifference
Auto Trait Implementations§
impl Freeze for TelluricCoreDifference
impl RefUnwindSafe for TelluricCoreDifference
impl Send for TelluricCoreDifference
impl Sync for TelluricCoreDifference
impl Unpin for TelluricCoreDifference
impl UnwindSafe for TelluricCoreDifference
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