pub struct StartWork {
pub assigned_action: ActionRef,
pub items: Vec<WorkItemRef>,
}Fields§
§assigned_action: ActionRef§items: Vec<WorkItemRef>Trait Implementations§
impl StructuralPartialEq for StartWork
Auto Trait Implementations§
impl Freeze for StartWork
impl RefUnwindSafe for StartWork
impl Send for StartWork
impl Sync for StartWork
impl Unpin for StartWork
impl UnsafeUnpin for StartWork
impl UnwindSafe for StartWork
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