pub enum DeploymentProtectionRuleRequestedAction {
Requested,
}
Expand description
DeploymentProtectionRuleRequestedAction
JSON schema
{
"type": "string",
"enum": [
"requested"
]
}
Variants§
Requested
Trait Implementations§
Source§impl Clone for DeploymentProtectionRuleRequestedAction
impl Clone for DeploymentProtectionRuleRequestedAction
Source§fn clone(&self) -> DeploymentProtectionRuleRequestedAction
fn clone(&self) -> DeploymentProtectionRuleRequestedAction
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'de> Deserialize<'de> for DeploymentProtectionRuleRequestedAction
impl<'de> Deserialize<'de> for DeploymentProtectionRuleRequestedAction
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 From<&DeploymentProtectionRuleRequestedAction> for DeploymentProtectionRuleRequestedAction
impl From<&DeploymentProtectionRuleRequestedAction> for DeploymentProtectionRuleRequestedAction
Source§fn from(value: &DeploymentProtectionRuleRequestedAction) -> Self
fn from(value: &DeploymentProtectionRuleRequestedAction) -> Self
Converts to this type from the input type.
Source§impl Ord for DeploymentProtectionRuleRequestedAction
impl Ord for DeploymentProtectionRuleRequestedAction
Source§fn cmp(&self, other: &DeploymentProtectionRuleRequestedAction) -> Ordering
fn cmp(&self, other: &DeploymentProtectionRuleRequestedAction) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DeploymentProtectionRuleRequestedAction
impl PartialEq for DeploymentProtectionRuleRequestedAction
Source§fn eq(&self, other: &DeploymentProtectionRuleRequestedAction) -> bool
fn eq(&self, other: &DeploymentProtectionRuleRequestedAction) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for DeploymentProtectionRuleRequestedAction
impl PartialOrd for DeploymentProtectionRuleRequestedAction
impl Copy for DeploymentProtectionRuleRequestedAction
impl Eq for DeploymentProtectionRuleRequestedAction
impl StructuralPartialEq for DeploymentProtectionRuleRequestedAction
Auto Trait Implementations§
impl Freeze for DeploymentProtectionRuleRequestedAction
impl RefUnwindSafe for DeploymentProtectionRuleRequestedAction
impl Send for DeploymentProtectionRuleRequestedAction
impl Sync for DeploymentProtectionRuleRequestedAction
impl Unpin for DeploymentProtectionRuleRequestedAction
impl UnwindSafe for DeploymentProtectionRuleRequestedAction
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