pub struct HoldAgent;Expand description
The do-nothing agent: always holds (empty orders). A trivial baseline, and the graceful fallback when an external agent process can’t be spawned mid-run — consistent with how the external transports already degrade to a hold on error.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HoldAgent
impl RefUnwindSafe for HoldAgent
impl Send for HoldAgent
impl Sync for HoldAgent
impl Unpin for HoldAgent
impl UnsafeUnpin for HoldAgent
impl UnwindSafe for HoldAgent
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