pub struct ExecutionList(pub Vec<Execution>);Expand description
A list of executions.
Tuple Fields§
§0: Vec<Execution>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExecutionList
impl RefUnwindSafe for ExecutionList
impl Send for ExecutionList
impl Sync for ExecutionList
impl Unpin for ExecutionList
impl UnsafeUnpin for ExecutionList
impl UnwindSafe for ExecutionList
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