pub struct IoArgoprojWorkflowV1alpha1Sequence {
pub count: Option<IoK8sApimachineryPkgUtilIntstrIntOrString>,
pub end: Option<IoK8sApimachineryPkgUtilIntstrIntOrString>,
pub format: Option<String>,
pub start: Option<IoK8sApimachineryPkgUtilIntstrIntOrString>,
}Expand description
Sequence expands a workflow step into numeric range
Fields§
§count: Option<IoK8sApimachineryPkgUtilIntstrIntOrString>Count is number of elements in the sequence (default: 0). Not to be used with end
end: Option<IoK8sApimachineryPkgUtilIntstrIntOrString>Number at which to end the sequence (default: 0). Not to be used with Count
format: Option<String>Format is a printf format string to format the value in the sequence
start: Option<IoK8sApimachineryPkgUtilIntstrIntOrString>Number at which to start the sequence (default: 0)
Trait Implementations§
Source§impl Clone for IoArgoprojWorkflowV1alpha1Sequence
impl Clone for IoArgoprojWorkflowV1alpha1Sequence
Source§fn clone(&self) -> IoArgoprojWorkflowV1alpha1Sequence
fn clone(&self) -> IoArgoprojWorkflowV1alpha1Sequence
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 IoArgoprojWorkflowV1alpha1Sequence
impl<'de> Deserialize<'de> for IoArgoprojWorkflowV1alpha1Sequence
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<&IoArgoprojWorkflowV1alpha1Sequence> for IoArgoprojWorkflowV1alpha1Sequence
impl From<&IoArgoprojWorkflowV1alpha1Sequence> for IoArgoprojWorkflowV1alpha1Sequence
Source§fn from(value: &IoArgoprojWorkflowV1alpha1Sequence) -> Self
fn from(value: &IoArgoprojWorkflowV1alpha1Sequence) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for IoArgoprojWorkflowV1alpha1Sequence
impl RefUnwindSafe for IoArgoprojWorkflowV1alpha1Sequence
impl Send for IoArgoprojWorkflowV1alpha1Sequence
impl Sync for IoArgoprojWorkflowV1alpha1Sequence
impl Unpin for IoArgoprojWorkflowV1alpha1Sequence
impl UnwindSafe for IoArgoprojWorkflowV1alpha1Sequence
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