pub struct DeleteWorkflowSchemeParams {
pub id: i64,
}Expand description
struct for passing parameters to the method delete_workflow_scheme
Fields§
§id: i64The ID of the workflow scheme. Find this ID by editing the desired workflow scheme in Jira. The ID is shown in the URL as schemeId. For example, schemeId=10301.
Trait Implementations§
Source§impl Clone for DeleteWorkflowSchemeParams
impl Clone for DeleteWorkflowSchemeParams
Source§fn clone(&self) -> DeleteWorkflowSchemeParams
fn clone(&self) -> DeleteWorkflowSchemeParams
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 Debug for DeleteWorkflowSchemeParams
impl Debug for DeleteWorkflowSchemeParams
Source§impl Default for DeleteWorkflowSchemeParams
impl Default for DeleteWorkflowSchemeParams
Source§fn default() -> DeleteWorkflowSchemeParams
fn default() -> DeleteWorkflowSchemeParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeleteWorkflowSchemeParams
impl RefUnwindSafe for DeleteWorkflowSchemeParams
impl Send for DeleteWorkflowSchemeParams
impl Sync for DeleteWorkflowSchemeParams
impl Unpin for DeleteWorkflowSchemeParams
impl UnwindSafe for DeleteWorkflowSchemeParams
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