pub struct ExecutionSchedule {
pub phases: Vec<ExecutionPhase>,
}Expand description
Execution schedule for agents
Fields§
§phases: Vec<ExecutionPhase>Ordered list of execution phases
Trait Implementations§
Source§impl Clone for ExecutionSchedule
impl Clone for ExecutionSchedule
Source§fn clone(&self) -> ExecutionSchedule
fn clone(&self) -> ExecutionSchedule
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ExecutionSchedule
impl RefUnwindSafe for ExecutionSchedule
impl Send for ExecutionSchedule
impl Sync for ExecutionSchedule
impl Unpin for ExecutionSchedule
impl UnwindSafe for ExecutionSchedule
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