pub enum FractureType {
NoneObserved,
IrregularUneven,
Splintery,
Hackly,
Conchoidal,
SubConchoidal,
Fibrous,
Micaceous,
StepLike,
}Expand description
Fracture type classification.
Variants§
Trait Implementations§
Source§impl Clone for FractureType
impl Clone for FractureType
Source§fn clone(&self) -> FractureType
fn clone(&self) -> FractureType
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 FractureType
impl Debug for FractureType
Source§impl<'de> Deserialize<'de> for FractureType
impl<'de> Deserialize<'de> for FractureType
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 PartialEq for FractureType
impl PartialEq for FractureType
Source§impl Serialize for FractureType
impl Serialize for FractureType
impl Eq for FractureType
impl StructuralPartialEq for FractureType
Auto Trait Implementations§
impl Freeze for FractureType
impl RefUnwindSafe for FractureType
impl Send for FractureType
impl Sync for FractureType
impl Unpin for FractureType
impl UnwindSafe for FractureType
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