pub enum CliRole {
Admin,
Member,
Readonly,
}Expand description
CLI-level role wrapper that derives ValueEnum for argument parsing.
Converts to auths_sdk::workflows::org::Role at the CLI boundary.
Variants§
Trait Implementations§
impl Copy for CliRole
impl Eq for CliRole
impl StructuralPartialEq for CliRole
Auto Trait Implementations§
impl Freeze for CliRole
impl RefUnwindSafe for CliRole
impl Send for CliRole
impl Sync for CliRole
impl Unpin for CliRole
impl UnsafeUnpin for CliRole
impl UnwindSafe for CliRole
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.