pub enum GitopsPromote {
Argo,
Flux,
}Variants§
Trait Implementations§
Source§impl Clone for GitopsPromote
impl Clone for GitopsPromote
Source§fn clone(&self) -> GitopsPromote
fn clone(&self) -> GitopsPromote
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GitopsPromote
Source§impl Debug for GitopsPromote
impl Debug for GitopsPromote
impl Eq for GitopsPromote
Source§impl From<GitopsPromote> for GitopsPromoteTarget
impl From<GitopsPromote> for GitopsPromoteTarget
Source§fn from(promote: GitopsPromote) -> Self
fn from(promote: GitopsPromote) -> Self
Converts to this type from the input type.
Source§impl PartialEq for GitopsPromote
impl PartialEq for GitopsPromote
Source§fn eq(&self, other: &GitopsPromote) -> bool
fn eq(&self, other: &GitopsPromote) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GitopsPromote
Source§impl ValueEnum for GitopsPromote
impl ValueEnum for GitopsPromote
Auto Trait Implementations§
impl Freeze for GitopsPromote
impl RefUnwindSafe for GitopsPromote
impl Send for GitopsPromote
impl Sync for GitopsPromote
impl Unpin for GitopsPromote
impl UnsafeUnpin for GitopsPromote
impl UnwindSafe for GitopsPromote
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