pub enum AuthoredNodeKind {
Finding,
Decision,
Note,
}Expand description
Authored finding-graph node kinds (#trt1): human/agent-authored knowledge
anchored to code, distinct from passively-captured MemoryEvents.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AuthoredNodeKind
impl Clone for AuthoredNodeKind
Source§fn clone(&self) -> AuthoredNodeKind
fn clone(&self) -> AuthoredNodeKind
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 AuthoredNodeKind
Source§impl Debug for AuthoredNodeKind
impl Debug for AuthoredNodeKind
Source§impl<'de> Deserialize<'de> for AuthoredNodeKind
impl<'de> Deserialize<'de> for AuthoredNodeKind
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
impl Eq for AuthoredNodeKind
Source§impl PartialEq for AuthoredNodeKind
impl PartialEq for AuthoredNodeKind
Source§fn eq(&self, other: &AuthoredNodeKind) -> bool
fn eq(&self, other: &AuthoredNodeKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AuthoredNodeKind
impl Serialize for AuthoredNodeKind
impl StructuralPartialEq for AuthoredNodeKind
Auto Trait Implementations§
impl Freeze for AuthoredNodeKind
impl RefUnwindSafe for AuthoredNodeKind
impl Send for AuthoredNodeKind
impl Sync for AuthoredNodeKind
impl Unpin for AuthoredNodeKind
impl UnsafeUnpin for AuthoredNodeKind
impl UnwindSafe for AuthoredNodeKind
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