pub enum Derivation {
Raw = 0,
Derived = 1,
Inferred = 2,
Aggregated = 3,
Transformed = 4,
}Expand description
δ ∈ Δ = {raw, derived, inferred, aggregated, transformed}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for Derivation
impl Clone for Derivation
Source§fn clone(&self) -> Derivation
fn clone(&self) -> Derivation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Derivation
Source§impl Debug for Derivation
impl Debug for Derivation
impl Eq for Derivation
Source§impl Ord for Derivation
impl Ord for Derivation
Source§fn cmp(&self, other: &Derivation) -> Ordering
fn cmp(&self, other: &Derivation) -> Ordering
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 PartialEq for Derivation
impl PartialEq for Derivation
Source§impl PartialOrd for Derivation
impl PartialOrd for Derivation
impl StructuralPartialEq for Derivation
Auto Trait Implementations§
impl Freeze for Derivation
impl RefUnwindSafe for Derivation
impl Send for Derivation
impl Sync for Derivation
impl Unpin for Derivation
impl UnsafeUnpin for Derivation
impl UnwindSafe for Derivation
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