pub struct SubagentMeta {
pub agent_type: String,
pub description: String,
pub jsonl_path: PathBuf,
}Expand description
Subagent metadata
Fields§
§agent_type: String§description: String§jsonl_path: PathBufTrait Implementations§
Source§impl Clone for SubagentMeta
impl Clone for SubagentMeta
Source§fn clone(&self) -> SubagentMeta
fn clone(&self) -> SubagentMeta
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 moreAuto Trait Implementations§
impl Freeze for SubagentMeta
impl RefUnwindSafe for SubagentMeta
impl Send for SubagentMeta
impl Sync for SubagentMeta
impl Unpin for SubagentMeta
impl UnsafeUnpin for SubagentMeta
impl UnwindSafe for SubagentMeta
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