pub enum ConfigActionValues {
Auth,
Jira,
Setup,
Show,
}Expand description
Available configuration action values Auth, Jira, Setup, Show
- Auth: Set Jira API authentication (username, apikey)
- Jira: Set Jira API base URL
- Setup: Setup Jira API configuration (authentication data, jira base URL, etc.)
- Show: Show current configuration
Variants§
Auth
Set Jira API authentication (username, apikey)
Jira
Set Jira API base URL
Setup
Setup Jira API configuration (authentication data, jira base URL, etc.)
Show
Show current configuration
Trait Implementations§
Source§impl Clone for ConfigActionValues
impl Clone for ConfigActionValues
Source§fn clone(&self) -> ConfigActionValues
fn clone(&self) -> ConfigActionValues
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 ConfigActionValues
impl Debug for ConfigActionValues
Source§impl ValueEnum for ConfigActionValues
impl ValueEnum for ConfigActionValues
impl Copy for ConfigActionValues
Auto Trait Implementations§
impl Freeze for ConfigActionValues
impl RefUnwindSafe for ConfigActionValues
impl Send for ConfigActionValues
impl Sync for ConfigActionValues
impl Unpin for ConfigActionValues
impl UnwindSafe for ConfigActionValues
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