pub enum AinlNodeKind {
Episode,
Semantic,
Procedural,
Persona,
}Expand description
Coarse node kind for store queries (matches node_type column values).
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AinlNodeKind
impl Clone for AinlNodeKind
Source§fn clone(&self) -> AinlNodeKind
fn clone(&self) -> AinlNodeKind
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 AinlNodeKind
impl Debug for AinlNodeKind
Source§impl PartialEq for AinlNodeKind
impl PartialEq for AinlNodeKind
impl Copy for AinlNodeKind
impl Eq for AinlNodeKind
impl StructuralPartialEq for AinlNodeKind
Auto Trait Implementations§
impl Freeze for AinlNodeKind
impl RefUnwindSafe for AinlNodeKind
impl Send for AinlNodeKind
impl Sync for AinlNodeKind
impl Unpin for AinlNodeKind
impl UnsafeUnpin for AinlNodeKind
impl UnwindSafe for AinlNodeKind
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