pub struct WorkflowPlanningArtifact {
pub artifact_ref: String,
pub artifact_class: String,
pub satisfies_claims: Vec<String>,
}Fields§
§artifact_ref: String§artifact_class: String§satisfies_claims: Vec<String>Trait Implementations§
Source§impl Clone for WorkflowPlanningArtifact
impl Clone for WorkflowPlanningArtifact
Source§fn clone(&self) -> WorkflowPlanningArtifact
fn clone(&self) -> WorkflowPlanningArtifact
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WorkflowPlanningArtifact
impl Debug for WorkflowPlanningArtifact
Source§impl<'de> Deserialize<'de> for WorkflowPlanningArtifact
impl<'de> Deserialize<'de> for WorkflowPlanningArtifact
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
impl Eq for WorkflowPlanningArtifact
Source§impl PartialEq for WorkflowPlanningArtifact
impl PartialEq for WorkflowPlanningArtifact
Source§impl Serialize for WorkflowPlanningArtifact
impl Serialize for WorkflowPlanningArtifact
impl StructuralPartialEq for WorkflowPlanningArtifact
Auto Trait Implementations§
impl Freeze for WorkflowPlanningArtifact
impl RefUnwindSafe for WorkflowPlanningArtifact
impl Send for WorkflowPlanningArtifact
impl Sync for WorkflowPlanningArtifact
impl Unpin for WorkflowPlanningArtifact
impl UnsafeUnpin for WorkflowPlanningArtifact
impl UnwindSafe for WorkflowPlanningArtifact
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