pub struct GetDraftDefaultWorkflowParams {
pub id: i64,
}
Expand description
struct for passing parameters to the method get_draft_default_workflow
Fields§
§id: i64
The ID of the workflow scheme that the draft belongs to.
Trait Implementations§
Source§impl Clone for GetDraftDefaultWorkflowParams
impl Clone for GetDraftDefaultWorkflowParams
Source§fn clone(&self) -> GetDraftDefaultWorkflowParams
fn clone(&self) -> GetDraftDefaultWorkflowParams
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 moreSource§impl Default for GetDraftDefaultWorkflowParams
impl Default for GetDraftDefaultWorkflowParams
Source§fn default() -> GetDraftDefaultWorkflowParams
fn default() -> GetDraftDefaultWorkflowParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetDraftDefaultWorkflowParams
impl RefUnwindSafe for GetDraftDefaultWorkflowParams
impl Send for GetDraftDefaultWorkflowParams
impl Sync for GetDraftDefaultWorkflowParams
impl Unpin for GetDraftDefaultWorkflowParams
impl UnwindSafe for GetDraftDefaultWorkflowParams
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