pub struct Next {
pub task: String,
pub payloads: Vec<Element>,
}
Expand description
Client answers Continue extra step by selecting task.
Fields§
§task: String
Task selected by client
payloads: Vec<Element>
Extra untyped payloads
Trait Implementations§
impl StructuralPartialEq for Next
Auto Trait Implementations§
impl Freeze for Next
impl RefUnwindSafe for Next
impl Send for Next
impl Sync for Next
impl Unpin for Next
impl UnwindSafe for Next
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