pub enum EnvironmentProtectionRulesOneOf {
EnvironmentProtectionRules0(EnvironmentProtectionRules0),
EnvironmentProtectionRules1(EnvironmentProtectionRules1),
EnvironmentProtectionRules2(EnvironmentProtectionRules2),
}
Expand description
AnyOf
Variants§
EnvironmentProtectionRules0(EnvironmentProtectionRules0)
EnvironmentProtectionRules1(EnvironmentProtectionRules1)
EnvironmentProtectionRules2(EnvironmentProtectionRules2)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EnvironmentProtectionRulesOneOf
impl<'de> Deserialize<'de> for EnvironmentProtectionRulesOneOf
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
Auto Trait Implementations§
impl Freeze for EnvironmentProtectionRulesOneOf
impl RefUnwindSafe for EnvironmentProtectionRulesOneOf
impl Send for EnvironmentProtectionRulesOneOf
impl Sync for EnvironmentProtectionRulesOneOf
impl Unpin for EnvironmentProtectionRulesOneOf
impl UnwindSafe for EnvironmentProtectionRulesOneOf
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