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