pub enum FaultKind {
Normal,
Reverse,
Thrust,
StrikeSlip,
ObliqueSlip,
Transform,
Unknown,
Custom(String),
}Variants§
Trait Implementations§
Source§impl Ord for FaultKind
impl Ord for FaultKind
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 FaultKind
impl PartialOrd for FaultKind
impl Eq for FaultKind
impl StructuralPartialEq for FaultKind
Auto Trait Implementations§
impl Freeze for FaultKind
impl RefUnwindSafe for FaultKind
impl Send for FaultKind
impl Sync for FaultKind
impl Unpin for FaultKind
impl UnsafeUnpin for FaultKind
impl UnwindSafe for FaultKind
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