pub struct SubagentEntry {
pub jsonl_path: PathBuf,
pub meta_path: PathBuf,
pub meta: SubagentMeta,
}Expand description
A discovered subagent transcript and its metadata sidecar.
Fields§
§jsonl_path: PathBuf§meta_path: PathBuf§meta: SubagentMetaTrait Implementations§
Source§impl Clone for SubagentEntry
impl Clone for SubagentEntry
Source§fn clone(&self) -> SubagentEntry
fn clone(&self) -> SubagentEntry
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 SubagentEntry
impl Debug for SubagentEntry
Source§impl PartialEq for SubagentEntry
impl PartialEq for SubagentEntry
Source§fn eq(&self, other: &SubagentEntry) -> bool
fn eq(&self, other: &SubagentEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SubagentEntry
Auto Trait Implementations§
impl Freeze for SubagentEntry
impl RefUnwindSafe for SubagentEntry
impl Send for SubagentEntry
impl Sync for SubagentEntry
impl Unpin for SubagentEntry
impl UnsafeUnpin for SubagentEntry
impl UnwindSafe for SubagentEntry
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