pub struct SubagentDetails {
pub mode: SubagentMode,
pub results: Vec<SingleResult>,
}Expand description
SubagentDetails.
Fields§
§mode: SubagentModepub.
results: Vec<SingleResult>pub.
Trait Implementations§
Source§impl Clone for SubagentDetails
impl Clone for SubagentDetails
Source§fn clone(&self) -> SubagentDetails
fn clone(&self) -> SubagentDetails
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 moreAuto Trait Implementations§
impl Freeze for SubagentDetails
impl RefUnwindSafe for SubagentDetails
impl Send for SubagentDetails
impl Sync for SubagentDetails
impl Unpin for SubagentDetails
impl UnsafeUnpin for SubagentDetails
impl UnwindSafe for SubagentDetails
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