pub struct ActionArtifactBatchExecution {
pub action_policy_id: String,
pub evaluations: Vec<ActionEvaluationResult>,
}Fields§
§action_policy_id: String§evaluations: Vec<ActionEvaluationResult>Trait Implementations§
Source§impl Clone for ActionArtifactBatchExecution
impl Clone for ActionArtifactBatchExecution
Source§fn clone(&self) -> ActionArtifactBatchExecution
fn clone(&self) -> ActionArtifactBatchExecution
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 Debug for ActionArtifactBatchExecution
impl Debug for ActionArtifactBatchExecution
Source§impl<'de> Deserialize<'de> for ActionArtifactBatchExecution
impl<'de> Deserialize<'de> for ActionArtifactBatchExecution
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 ActionArtifactBatchExecution
impl PartialEq for ActionArtifactBatchExecution
Source§fn eq(&self, other: &ActionArtifactBatchExecution) -> bool
fn eq(&self, other: &ActionArtifactBatchExecution) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ActionArtifactBatchExecution
Auto Trait Implementations§
impl Freeze for ActionArtifactBatchExecution
impl RefUnwindSafe for ActionArtifactBatchExecution
impl Send for ActionArtifactBatchExecution
impl Sync for ActionArtifactBatchExecution
impl Unpin for ActionArtifactBatchExecution
impl UnsafeUnpin for ActionArtifactBatchExecution
impl UnwindSafe for ActionArtifactBatchExecution
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