pub struct AgentWrapperRunHandle {
pub events: DynAgentWrapperEventStream,
pub completion: DynAgentWrapperCompletion,
}Fields§
§events: DynAgentWrapperEventStream§completion: DynAgentWrapperCompletionTrait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for AgentWrapperRunHandle
impl !Sync for AgentWrapperRunHandle
impl !UnwindSafe for AgentWrapperRunHandle
impl Freeze for AgentWrapperRunHandle
impl Send for AgentWrapperRunHandle
impl Unpin for AgentWrapperRunHandle
impl UnsafeUnpin for AgentWrapperRunHandle
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