pub struct EnvironmentProtectionRulesInnerAnyOf {
pub id: i32,
pub node_id: String,
pub type: String,
pub wait_timer: Option<i32>,
}
Fields§
§id: i32
§node_id: String
§type: String
§wait_timer: Option<i32>
The amount of time to delay a job after the job is initially triggered. The time (in minutes) must be an integer between 0 and 43,200 (30 days).
Implementations§
Trait Implementations§
Source§impl Clone for EnvironmentProtectionRulesInnerAnyOf
impl Clone for EnvironmentProtectionRulesInnerAnyOf
Source§fn clone(&self) -> EnvironmentProtectionRulesInnerAnyOf
fn clone(&self) -> EnvironmentProtectionRulesInnerAnyOf
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 Default for EnvironmentProtectionRulesInnerAnyOf
impl Default for EnvironmentProtectionRulesInnerAnyOf
Source§fn default() -> EnvironmentProtectionRulesInnerAnyOf
fn default() -> EnvironmentProtectionRulesInnerAnyOf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EnvironmentProtectionRulesInnerAnyOf
impl<'de> Deserialize<'de> for EnvironmentProtectionRulesInnerAnyOf
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 EnvironmentProtectionRulesInnerAnyOf
impl PartialEq for EnvironmentProtectionRulesInnerAnyOf
Source§fn eq(&self, other: &EnvironmentProtectionRulesInnerAnyOf) -> bool
fn eq(&self, other: &EnvironmentProtectionRulesInnerAnyOf) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for EnvironmentProtectionRulesInnerAnyOf
Auto Trait Implementations§
impl Freeze for EnvironmentProtectionRulesInnerAnyOf
impl RefUnwindSafe for EnvironmentProtectionRulesInnerAnyOf
impl Send for EnvironmentProtectionRulesInnerAnyOf
impl Sync for EnvironmentProtectionRulesInnerAnyOf
impl Unpin for EnvironmentProtectionRulesInnerAnyOf
impl UnwindSafe for EnvironmentProtectionRulesInnerAnyOf
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