pub enum ProjectActionValues {
GetIssueTypes,
GetIssueTypeFields,
List,
}Expand description
Available project action values
- GetIssueTypes: Get Jira Project issue types by Jira project key
- GetIssueTypeFields: Get Jira Project issue type fields by Jira project key and issue type ID
- List: List Jira Projects
Variants§
GetIssueTypes
Get Jira Project issue types by Jira project key
GetIssueTypeFields
Get Jira Project issue type fields by Jira project key and issue type ID
List
List Jira Projects
Trait Implementations§
Source§impl Clone for ProjectActionValues
impl Clone for ProjectActionValues
Source§fn clone(&self) -> ProjectActionValues
fn clone(&self) -> ProjectActionValues
Returns a copy 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 ProjectActionValues
impl Debug for ProjectActionValues
Source§impl ValueEnum for ProjectActionValues
impl ValueEnum for ProjectActionValues
impl Copy for ProjectActionValues
Auto Trait Implementations§
impl Freeze for ProjectActionValues
impl RefUnwindSafe for ProjectActionValues
impl Send for ProjectActionValues
impl Sync for ProjectActionValues
impl Unpin for ProjectActionValues
impl UnwindSafe for ProjectActionValues
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