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