pub struct SubagentDetailView {
pub query: SubagentQuery,
pub relation: SubagentRelation,
pub lifecycle: Vec<SubagentLifecycleEvent>,
pub status: String,
pub status_source: String,
pub child_thread: Option<SubagentThreadRef>,
pub excerpt: Vec<SubagentExcerptMessage>,
pub warnings: Vec<String>,
}Fields§
§query: SubagentQuery§relation: SubagentRelation§lifecycle: Vec<SubagentLifecycleEvent>§status: String§status_source: String§child_thread: Option<SubagentThreadRef>§excerpt: Vec<SubagentExcerptMessage>§warnings: Vec<String>Trait Implementations§
Source§impl Clone for SubagentDetailView
impl Clone for SubagentDetailView
Source§fn clone(&self) -> SubagentDetailView
fn clone(&self) -> SubagentDetailView
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 SubagentDetailView
impl Debug for SubagentDetailView
Source§impl PartialEq for SubagentDetailView
impl PartialEq for SubagentDetailView
Source§impl Serialize for SubagentDetailView
impl Serialize for SubagentDetailView
impl Eq for SubagentDetailView
impl StructuralPartialEq for SubagentDetailView
Auto Trait Implementations§
impl Freeze for SubagentDetailView
impl RefUnwindSafe for SubagentDetailView
impl Send for SubagentDetailView
impl Sync for SubagentDetailView
impl Unpin for SubagentDetailView
impl UnsafeUnpin for SubagentDetailView
impl UnwindSafe for SubagentDetailView
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