pub struct RunLoopOptions {Show 14 fields
pub max_tasks: u32,
pub agent_overrides: AgentOverrides,
pub force: bool,
pub auto_resume: bool,
pub starting_completed: u32,
pub non_interactive: bool,
pub parallel_workers: Option<u8>,
pub wait_when_blocked: bool,
pub wait_poll_ms: u64,
pub wait_timeout_seconds: u64,
pub notify_when_unblocked: bool,
pub wait_when_empty: bool,
pub empty_poll_ms: u64,
pub run_event_handler: Option<RunEventHandler>,
}Fields§
§max_tasks: u32§agent_overrides: AgentOverrides§force: bool§auto_resume: bool§starting_completed: u32§non_interactive: bool§parallel_workers: Option<u8>§wait_when_blocked: bool§wait_poll_ms: u64§wait_timeout_seconds: u64§notify_when_unblocked: bool§wait_when_empty: bool§empty_poll_ms: u64§run_event_handler: Option<RunEventHandler>Auto Trait Implementations§
impl Freeze for RunLoopOptions
impl !RefUnwindSafe for RunLoopOptions
impl Send for RunLoopOptions
impl Sync for RunLoopOptions
impl Unpin for RunLoopOptions
impl UnsafeUnpin for RunLoopOptions
impl !UnwindSafe for RunLoopOptions
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