pub enum InputRequired {
SelectProvider {
bids: Vec<Bid>,
},
ProvideSdl,
}Expand description
What input the workflow needs.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InputRequired
impl RefUnwindSafe for InputRequired
impl Send for InputRequired
impl Sync for InputRequired
impl Unpin for InputRequired
impl UnwindSafe for InputRequired
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