pub struct AgentWrapperRunResult {
pub completion: AgentWrapperCompletion,
}Fields§
§completion: AgentWrapperCompletionTrait Implementations§
Source§impl Clone for AgentWrapperRunResult
impl Clone for AgentWrapperRunResult
Source§fn clone(&self) -> AgentWrapperRunResult
fn clone(&self) -> AgentWrapperRunResult
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 AgentWrapperRunResult
impl RefUnwindSafe for AgentWrapperRunResult
impl Send for AgentWrapperRunResult
impl Sync for AgentWrapperRunResult
impl Unpin for AgentWrapperRunResult
impl UnsafeUnpin for AgentWrapperRunResult
impl UnwindSafe for AgentWrapperRunResult
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