pub struct WorkflowRequest {
pub step: String,
pub dry_run: bool,
}Fields§
§step: String§dry_run: boolTrait Implementations§
Source§impl Clone for WorkflowRequest
impl Clone for WorkflowRequest
Source§fn clone(&self) -> WorkflowRequest
fn clone(&self) -> WorkflowRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for WorkflowRequest
impl RefUnwindSafe for WorkflowRequest
impl Send for WorkflowRequest
impl Sync for WorkflowRequest
impl Unpin for WorkflowRequest
impl UnsafeUnpin for WorkflowRequest
impl UnwindSafe for WorkflowRequest
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