pub struct DeploymentProtectionRuleEvent(pub DeploymentProtectionRuleRequested);
Expand description
DeploymentProtectionRuleEvent
JSON schema
{
"oneOf": [
{
"$ref": "#/definitions/deployment_protection_rule$requested"
}
]
}
Tuple Fields§
§0: DeploymentProtectionRuleRequested
Trait Implementations§
Source§impl Clone for DeploymentProtectionRuleEvent
impl Clone for DeploymentProtectionRuleEvent
Source§fn clone(&self) -> DeploymentProtectionRuleEvent
fn clone(&self) -> DeploymentProtectionRuleEvent
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 Deref for DeploymentProtectionRuleEvent
impl Deref for DeploymentProtectionRuleEvent
Source§type Target = DeploymentProtectionRuleRequested
type Target = DeploymentProtectionRuleRequested
The resulting type after dereferencing.
Source§fn deref(&self) -> &DeploymentProtectionRuleRequested
fn deref(&self) -> &DeploymentProtectionRuleRequested
Dereferences the value.
Source§impl<'de> Deserialize<'de> for DeploymentProtectionRuleEvent
impl<'de> Deserialize<'de> for DeploymentProtectionRuleEvent
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<&DeploymentProtectionRuleEvent> for DeploymentProtectionRuleEvent
impl From<&DeploymentProtectionRuleEvent> for DeploymentProtectionRuleEvent
Source§fn from(value: &DeploymentProtectionRuleEvent) -> Self
fn from(value: &DeploymentProtectionRuleEvent) -> Self
Converts to this type from the input type.
Source§impl From<DeploymentProtectionRuleEvent> for DeploymentProtectionRuleRequested
impl From<DeploymentProtectionRuleEvent> for DeploymentProtectionRuleRequested
Source§fn from(value: DeploymentProtectionRuleEvent) -> Self
fn from(value: DeploymentProtectionRuleEvent) -> Self
Converts to this type from the input type.
Source§impl From<DeploymentProtectionRuleRequested> for DeploymentProtectionRuleEvent
impl From<DeploymentProtectionRuleRequested> for DeploymentProtectionRuleEvent
Source§fn from(value: DeploymentProtectionRuleRequested) -> Self
fn from(value: DeploymentProtectionRuleRequested) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DeploymentProtectionRuleEvent
impl RefUnwindSafe for DeploymentProtectionRuleEvent
impl Send for DeploymentProtectionRuleEvent
impl Sync for DeploymentProtectionRuleEvent
impl Unpin for DeploymentProtectionRuleEvent
impl UnwindSafe for DeploymentProtectionRuleEvent
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