pub enum ContextKind {
Datoid,
Tempoid,
Root,
Spaceoid,
SpaceTempoid,
Symboid,
}Expand description
Enum of monoidal context node types (each a composable unit of structure).
Each variant name ends in -oid to emphasize its monoid role as a single identity-bearing unit.
Variants§
Trait Implementations§
Source§impl Clone for ContextKind
impl Clone for ContextKind
Source§fn clone(&self) -> ContextKind
fn clone(&self) -> ContextKind
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 ContextKind
impl Debug for ContextKind
Source§impl Hash for ContextKind
impl Hash for ContextKind
Source§impl PartialEq for ContextKind
impl PartialEq for ContextKind
impl Copy for ContextKind
impl Eq for ContextKind
impl StructuralPartialEq for ContextKind
Auto Trait Implementations§
impl Freeze for ContextKind
impl RefUnwindSafe for ContextKind
impl Send for ContextKind
impl Sync for ContextKind
impl Unpin for ContextKind
impl UnwindSafe for ContextKind
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