pub struct InProcessAgentDelegate { /* private fields */ }Expand description
Delegate executor that drives another Agent in the same process.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InProcessAgentDelegate
impl !RefUnwindSafe for InProcessAgentDelegate
impl Send for InProcessAgentDelegate
impl Sync for InProcessAgentDelegate
impl Unpin for InProcessAgentDelegate
impl UnsafeUnpin for InProcessAgentDelegate
impl !UnwindSafe for InProcessAgentDelegate
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