pub enum DensorKind {
Residual,
Envelope,
Grammar,
Fusion,
Witness,
Court,
Other,
}Expand description
Coarse category of a densor, for routing/inventory only (never a claim about meaning).
Variants§
Residual
A residual / deviation object.
Envelope
An admissibility-envelope evaluation.
Grammar
A grammar / classification state.
Fusion
A fused / quorum object.
Witness
A physical / contextual witness.
Court
A sealed court / bundle record.
Other
Anything else a downstream domain defines.
Implementations§
Trait Implementations§
Source§impl Clone for DensorKind
impl Clone for DensorKind
Source§fn clone(&self) -> DensorKind
fn clone(&self) -> DensorKind
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 moreSource§impl Debug for DensorKind
impl Debug for DensorKind
Source§impl<'de> Deserialize<'de> for DensorKind
impl<'de> Deserialize<'de> for DensorKind
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 DensorKind
impl PartialEq for DensorKind
Source§fn eq(&self, other: &DensorKind) -> bool
fn eq(&self, other: &DensorKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DensorKind
impl Serialize for DensorKind
impl Copy for DensorKind
impl Eq for DensorKind
impl StructuralPartialEq for DensorKind
Auto Trait Implementations§
impl Freeze for DensorKind
impl RefUnwindSafe for DensorKind
impl Send for DensorKind
impl Sync for DensorKind
impl Unpin for DensorKind
impl UnsafeUnpin for DensorKind
impl UnwindSafe for DensorKind
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