pub enum GitopsPromoteTarget {
Argo,
Flux,
}Expand description
GitOps promotion flavor.
Variants§
Trait Implementations§
Source§impl Clone for GitopsPromoteTarget
impl Clone for GitopsPromoteTarget
Source§fn clone(&self) -> GitopsPromoteTarget
fn clone(&self) -> GitopsPromoteTarget
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 GitopsPromoteTarget
Source§impl Debug for GitopsPromoteTarget
impl Debug for GitopsPromoteTarget
impl Eq for GitopsPromoteTarget
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 GitopsPromoteTarget
impl PartialEq for GitopsPromoteTarget
impl StructuralPartialEq for GitopsPromoteTarget
Auto Trait Implementations§
impl Freeze for GitopsPromoteTarget
impl RefUnwindSafe for GitopsPromoteTarget
impl Send for GitopsPromoteTarget
impl Sync for GitopsPromoteTarget
impl Unpin for GitopsPromoteTarget
impl UnsafeUnpin for GitopsPromoteTarget
impl UnwindSafe for GitopsPromoteTarget
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§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.