pub enum PlateBoundaryKind {
Convergent,
Divergent,
Transform,
Unknown,
Custom(String),
}Variants§
Trait Implementations§
Source§impl Clone for PlateBoundaryKind
impl Clone for PlateBoundaryKind
Source§fn clone(&self) -> PlateBoundaryKind
fn clone(&self) -> PlateBoundaryKind
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 PlateBoundaryKind
impl Debug for PlateBoundaryKind
Source§impl Display for PlateBoundaryKind
impl Display for PlateBoundaryKind
Source§impl FromStr for PlateBoundaryKind
impl FromStr for PlateBoundaryKind
Source§impl Hash for PlateBoundaryKind
impl Hash for PlateBoundaryKind
Source§impl Ord for PlateBoundaryKind
impl Ord for PlateBoundaryKind
Source§fn cmp(&self, other: &PlateBoundaryKind) -> Ordering
fn cmp(&self, other: &PlateBoundaryKind) -> 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 PlateBoundaryKind
impl PartialEq for PlateBoundaryKind
Source§impl PartialOrd for PlateBoundaryKind
impl PartialOrd for PlateBoundaryKind
impl Eq for PlateBoundaryKind
impl StructuralPartialEq for PlateBoundaryKind
Auto Trait Implementations§
impl Freeze for PlateBoundaryKind
impl RefUnwindSafe for PlateBoundaryKind
impl Send for PlateBoundaryKind
impl Sync for PlateBoundaryKind
impl Unpin for PlateBoundaryKind
impl UnsafeUnpin for PlateBoundaryKind
impl UnwindSafe for PlateBoundaryKind
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