pub struct MigrationResourceWorkflowRuleSearchPostParams {
pub atlassian_transfer_id: String,
pub workflow_rules_search: WorkflowRulesSearch,
}
Expand description
struct for passing parameters to the method migration_resource_workflow_rule_search_post
Fields§
§atlassian_transfer_id: String
The app migration transfer ID.
workflow_rules_search: WorkflowRulesSearch
Trait Implementations§
Source§impl Clone for MigrationResourceWorkflowRuleSearchPostParams
impl Clone for MigrationResourceWorkflowRuleSearchPostParams
Source§fn clone(&self) -> MigrationResourceWorkflowRuleSearchPostParams
fn clone(&self) -> MigrationResourceWorkflowRuleSearchPostParams
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 MigrationResourceWorkflowRuleSearchPostParams
impl Default for MigrationResourceWorkflowRuleSearchPostParams
Source§fn default() -> MigrationResourceWorkflowRuleSearchPostParams
fn default() -> MigrationResourceWorkflowRuleSearchPostParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MigrationResourceWorkflowRuleSearchPostParams
impl RefUnwindSafe for MigrationResourceWorkflowRuleSearchPostParams
impl Send for MigrationResourceWorkflowRuleSearchPostParams
impl Sync for MigrationResourceWorkflowRuleSearchPostParams
impl Unpin for MigrationResourceWorkflowRuleSearchPostParams
impl UnwindSafe for MigrationResourceWorkflowRuleSearchPostParams
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