pub struct Workload { /* private fields */ }Expand description
A registered workload that can be executed during simulation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Workload
impl !RefUnwindSafe for Workload
impl !Send for Workload
impl !Sync for Workload
impl Unpin for Workload
impl !UnwindSafe for Workload
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more