pub struct ReleaseDefinitionGate {
pub tasks: Vec<WorkflowTask>,
}
Expand description
Fields§
§tasks: Vec<WorkflowTask>
Gets or sets the gates workflow.
Implementations§
Trait Implementations§
source§impl Clone for ReleaseDefinitionGate
impl Clone for ReleaseDefinitionGate
source§fn clone(&self) -> ReleaseDefinitionGate
fn clone(&self) -> ReleaseDefinitionGate
Returns a copy 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 Debug for ReleaseDefinitionGate
impl Debug for ReleaseDefinitionGate
source§impl Default for ReleaseDefinitionGate
impl Default for ReleaseDefinitionGate
source§fn default() -> ReleaseDefinitionGate
fn default() -> ReleaseDefinitionGate
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ReleaseDefinitionGate
impl<'de> Deserialize<'de> for ReleaseDefinitionGate
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 ReleaseDefinitionGate
impl PartialEq for ReleaseDefinitionGate
source§fn eq(&self, other: &ReleaseDefinitionGate) -> bool
fn eq(&self, other: &ReleaseDefinitionGate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ReleaseDefinitionGate
impl Serialize for ReleaseDefinitionGate
impl StructuralPartialEq for ReleaseDefinitionGate
Auto Trait Implementations§
impl RefUnwindSafe for ReleaseDefinitionGate
impl Send for ReleaseDefinitionGate
impl Sync for ReleaseDefinitionGate
impl Unpin for ReleaseDefinitionGate
impl UnwindSafe for ReleaseDefinitionGate
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