pub struct ParallelToolCallOutcome {
pub index: usize,
pub record: ToolCallRecord,
}Fields§
§index: usize§record: ToolCallRecordTrait Implementations§
Source§impl Clone for ParallelToolCallOutcome
impl Clone for ParallelToolCallOutcome
Source§fn clone(&self) -> ParallelToolCallOutcome
fn clone(&self) -> ParallelToolCallOutcome
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 ParallelToolCallOutcome
impl RefUnwindSafe for ParallelToolCallOutcome
impl Send for ParallelToolCallOutcome
impl Sync for ParallelToolCallOutcome
impl Unpin for ParallelToolCallOutcome
impl UnsafeUnpin for ParallelToolCallOutcome
impl UnwindSafe for ParallelToolCallOutcome
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