pub struct UpdateWorkflowSchemeDraftParams {
pub id: i64,
pub workflow_scheme: WorkflowScheme,
}Expand description
struct for passing parameters to the method update_workflow_scheme_draft
Fields§
§id: i64The ID of the active workflow scheme that the draft was created from.
workflow_scheme: WorkflowSchemeTrait Implementations§
Source§impl Clone for UpdateWorkflowSchemeDraftParams
impl Clone for UpdateWorkflowSchemeDraftParams
Source§fn clone(&self) -> UpdateWorkflowSchemeDraftParams
fn clone(&self) -> UpdateWorkflowSchemeDraftParams
Returns a duplicate of the value. Read more
1.0.0 · 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 UpdateWorkflowSchemeDraftParams
impl RefUnwindSafe for UpdateWorkflowSchemeDraftParams
impl Send for UpdateWorkflowSchemeDraftParams
impl Sync for UpdateWorkflowSchemeDraftParams
impl Unpin for UpdateWorkflowSchemeDraftParams
impl UnwindSafe for UpdateWorkflowSchemeDraftParams
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