pub struct AgentWrapperRunControl {
pub handle: AgentWrapperRunHandle,
pub cancel: AgentWrapperCancelHandle,
}Fields§
§handle: AgentWrapperRunHandle§cancel: AgentWrapperCancelHandleTrait Implementations§
Auto Trait Implementations§
impl Freeze for AgentWrapperRunControl
impl !RefUnwindSafe for AgentWrapperRunControl
impl Send for AgentWrapperRunControl
impl !Sync for AgentWrapperRunControl
impl Unpin for AgentWrapperRunControl
impl UnsafeUnpin for AgentWrapperRunControl
impl !UnwindSafe for AgentWrapperRunControl
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