pub struct TraversalTraceNode {
pub node_id: String,
pub label: String,
pub kind: TraversalTraceNodeKind,
pub source_scope: Option<String>,
pub source_path: Option<String>,
pub evidence_ids: Vec<String>,
}Expand description
Node reached while building a retrieval context pack.
Fields§
§node_id: String§label: String§kind: TraversalTraceNodeKind§source_scope: Option<String>§source_path: Option<String>§evidence_ids: Vec<String>Trait Implementations§
Source§impl Clone for TraversalTraceNode
impl Clone for TraversalTraceNode
Source§fn clone(&self) -> TraversalTraceNode
fn clone(&self) -> TraversalTraceNode
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 TraversalTraceNode
impl Debug for TraversalTraceNode
Source§impl<'de> Deserialize<'de> for TraversalTraceNode
impl<'de> Deserialize<'de> for TraversalTraceNode
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 TraversalTraceNode
Source§impl PartialEq for TraversalTraceNode
impl PartialEq for TraversalTraceNode
Source§impl Serialize for TraversalTraceNode
impl Serialize for TraversalTraceNode
impl StructuralPartialEq for TraversalTraceNode
Auto Trait Implementations§
impl Freeze for TraversalTraceNode
impl RefUnwindSafe for TraversalTraceNode
impl Send for TraversalTraceNode
impl Sync for TraversalTraceNode
impl Unpin for TraversalTraceNode
impl UnsafeUnpin for TraversalTraceNode
impl UnwindSafe for TraversalTraceNode
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.