pub enum ComponentDefinitionVarsValueFromComponentVarRefMultipleClusterObjectOptionStrategy {
Individual,
Combined,
}Expand description
This option defines the behavior when multiple component objects match the specified @CompDef. If not provided, an error will be raised when handling multiple matches.
Variants§
Trait Implementations§
Source§impl Clone for ComponentDefinitionVarsValueFromComponentVarRefMultipleClusterObjectOptionStrategy
impl Clone for ComponentDefinitionVarsValueFromComponentVarRefMultipleClusterObjectOptionStrategy
Source§fn clone(
&self,
) -> ComponentDefinitionVarsValueFromComponentVarRefMultipleClusterObjectOptionStrategy
fn clone( &self, ) -> ComponentDefinitionVarsValueFromComponentVarRefMultipleClusterObjectOptionStrategy
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 ComponentDefinitionVarsValueFromComponentVarRefMultipleClusterObjectOptionStrategy
impl Debug for ComponentDefinitionVarsValueFromComponentVarRefMultipleClusterObjectOptionStrategy
Source§impl<'de> Deserialize<'de> for ComponentDefinitionVarsValueFromComponentVarRefMultipleClusterObjectOptionStrategy
impl<'de> Deserialize<'de> for ComponentDefinitionVarsValueFromComponentVarRefMultipleClusterObjectOptionStrategy
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 ComponentDefinitionVarsValueFromComponentVarRefMultipleClusterObjectOptionStrategy
impl PartialEq for ComponentDefinitionVarsValueFromComponentVarRefMultipleClusterObjectOptionStrategy
Source§impl Serialize for ComponentDefinitionVarsValueFromComponentVarRefMultipleClusterObjectOptionStrategy
impl Serialize for ComponentDefinitionVarsValueFromComponentVarRefMultipleClusterObjectOptionStrategy
impl StructuralPartialEq for ComponentDefinitionVarsValueFromComponentVarRefMultipleClusterObjectOptionStrategy
Auto Trait Implementations§
impl Freeze for ComponentDefinitionVarsValueFromComponentVarRefMultipleClusterObjectOptionStrategy
impl RefUnwindSafe for ComponentDefinitionVarsValueFromComponentVarRefMultipleClusterObjectOptionStrategy
impl Send for ComponentDefinitionVarsValueFromComponentVarRefMultipleClusterObjectOptionStrategy
impl Sync for ComponentDefinitionVarsValueFromComponentVarRefMultipleClusterObjectOptionStrategy
impl Unpin for ComponentDefinitionVarsValueFromComponentVarRefMultipleClusterObjectOptionStrategy
impl UnsafeUnpin for ComponentDefinitionVarsValueFromComponentVarRefMultipleClusterObjectOptionStrategy
impl UnwindSafe for ComponentDefinitionVarsValueFromComponentVarRefMultipleClusterObjectOptionStrategy
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