pub struct PipeIntegrationTemplateSpecContainersLifecyclePostStartSleep {
pub seconds: i64,
}Expand description
Sleep represents a duration that the container should sleep.
Fields§
§seconds: i64Seconds is the number of seconds to sleep.
Trait Implementations§
Source§impl Clone for PipeIntegrationTemplateSpecContainersLifecyclePostStartSleep
impl Clone for PipeIntegrationTemplateSpecContainersLifecyclePostStartSleep
Source§fn clone(&self) -> PipeIntegrationTemplateSpecContainersLifecyclePostStartSleep
fn clone(&self) -> PipeIntegrationTemplateSpecContainersLifecyclePostStartSleep
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 PipeIntegrationTemplateSpecContainersLifecyclePostStartSleep
impl Default for PipeIntegrationTemplateSpecContainersLifecyclePostStartSleep
Source§fn default() -> PipeIntegrationTemplateSpecContainersLifecyclePostStartSleep
fn default() -> PipeIntegrationTemplateSpecContainersLifecyclePostStartSleep
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PipeIntegrationTemplateSpecContainersLifecyclePostStartSleep
impl<'de> Deserialize<'de> for PipeIntegrationTemplateSpecContainersLifecyclePostStartSleep
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 PipeIntegrationTemplateSpecContainersLifecyclePostStartSleep
impl PartialEq for PipeIntegrationTemplateSpecContainersLifecyclePostStartSleep
Source§fn eq(
&self,
other: &PipeIntegrationTemplateSpecContainersLifecyclePostStartSleep,
) -> bool
fn eq( &self, other: &PipeIntegrationTemplateSpecContainersLifecyclePostStartSleep, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PipeIntegrationTemplateSpecContainersLifecyclePostStartSleep
Auto Trait Implementations§
impl Freeze for PipeIntegrationTemplateSpecContainersLifecyclePostStartSleep
impl RefUnwindSafe for PipeIntegrationTemplateSpecContainersLifecyclePostStartSleep
impl Send for PipeIntegrationTemplateSpecContainersLifecyclePostStartSleep
impl Sync for PipeIntegrationTemplateSpecContainersLifecyclePostStartSleep
impl Unpin for PipeIntegrationTemplateSpecContainersLifecyclePostStartSleep
impl UnwindSafe for PipeIntegrationTemplateSpecContainersLifecyclePostStartSleep
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