pub struct ContinuousDeploymentTriggerIssue {
pub auto_trigger_issue: AutoTriggerIssue,
pub artifact_type: Option<String>,
pub artifact_version_id: Option<String>,
pub source_id: Option<String>,
}Fields§
§auto_trigger_issue: AutoTriggerIssue§artifact_type: Option<String>Artifact type.
artifact_version_id: Option<String>ArtifactVersion ID.
source_id: Option<String>Artifact source ID.
Implementations§
Trait Implementations§
Source§impl Clone for ContinuousDeploymentTriggerIssue
impl Clone for ContinuousDeploymentTriggerIssue
Source§fn clone(&self) -> ContinuousDeploymentTriggerIssue
fn clone(&self) -> ContinuousDeploymentTriggerIssue
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 Default for ContinuousDeploymentTriggerIssue
impl Default for ContinuousDeploymentTriggerIssue
Source§fn default() -> ContinuousDeploymentTriggerIssue
fn default() -> ContinuousDeploymentTriggerIssue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ContinuousDeploymentTriggerIssue
impl<'de> Deserialize<'de> for ContinuousDeploymentTriggerIssue
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 ContinuousDeploymentTriggerIssue
impl PartialEq for ContinuousDeploymentTriggerIssue
Source§fn eq(&self, other: &ContinuousDeploymentTriggerIssue) -> bool
fn eq(&self, other: &ContinuousDeploymentTriggerIssue) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ContinuousDeploymentTriggerIssue
Auto Trait Implementations§
impl Freeze for ContinuousDeploymentTriggerIssue
impl RefUnwindSafe for ContinuousDeploymentTriggerIssue
impl Send for ContinuousDeploymentTriggerIssue
impl Sync for ContinuousDeploymentTriggerIssue
impl Unpin for ContinuousDeploymentTriggerIssue
impl UnwindSafe for ContinuousDeploymentTriggerIssue
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