pub enum AddonInstallStepKind {
RunSidecar,
ConfigureSecretReference,
RegisterManifest,
GrantScopes,
}Variants§
Trait Implementations§
Source§impl Clone for AddonInstallStepKind
impl Clone for AddonInstallStepKind
Source§fn clone(&self) -> AddonInstallStepKind
fn clone(&self) -> AddonInstallStepKind
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 moreSource§impl Debug for AddonInstallStepKind
impl Debug for AddonInstallStepKind
Source§impl<'de> Deserialize<'de> for AddonInstallStepKind
impl<'de> Deserialize<'de> for AddonInstallStepKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AddonInstallStepKind
impl PartialEq for AddonInstallStepKind
Source§fn eq(&self, other: &AddonInstallStepKind) -> bool
fn eq(&self, other: &AddonInstallStepKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AddonInstallStepKind
impl Serialize for AddonInstallStepKind
impl Copy for AddonInstallStepKind
impl Eq for AddonInstallStepKind
impl StructuralPartialEq for AddonInstallStepKind
Auto Trait Implementations§
impl Freeze for AddonInstallStepKind
impl RefUnwindSafe for AddonInstallStepKind
impl Send for AddonInstallStepKind
impl Sync for AddonInstallStepKind
impl Unpin for AddonInstallStepKind
impl UnsafeUnpin for AddonInstallStepKind
impl UnwindSafe for AddonInstallStepKind
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