pub struct CloudRunRequest {
pub workflow_id: String,
pub variables: HashMap<String, String>,
pub shadow: bool,
}Expand description
Request to execute a workflow on the cloud.
Fields§
§workflow_id: String§variables: HashMap<String, String>§shadow: boolTrait Implementations§
Source§impl Debug for CloudRunRequest
impl Debug for CloudRunRequest
Auto Trait Implementations§
impl Freeze for CloudRunRequest
impl RefUnwindSafe for CloudRunRequest
impl Send for CloudRunRequest
impl Sync for CloudRunRequest
impl Unpin for CloudRunRequest
impl UnsafeUnpin for CloudRunRequest
impl UnwindSafe for CloudRunRequest
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