pub struct TestSuiteRunTestAttemptCall {
pub artifact: Artifact,
}
Fields§
§artifact: Artifact
This is the artifact of the call.
Implementations§
Source§impl TestSuiteRunTestAttemptCall
impl TestSuiteRunTestAttemptCall
pub fn new(artifact: Artifact) -> TestSuiteRunTestAttemptCall
Trait Implementations§
Source§impl Clone for TestSuiteRunTestAttemptCall
impl Clone for TestSuiteRunTestAttemptCall
Source§fn clone(&self) -> TestSuiteRunTestAttemptCall
fn clone(&self) -> TestSuiteRunTestAttemptCall
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TestSuiteRunTestAttemptCall
impl Debug for TestSuiteRunTestAttemptCall
Source§impl Default for TestSuiteRunTestAttemptCall
impl Default for TestSuiteRunTestAttemptCall
Source§fn default() -> TestSuiteRunTestAttemptCall
fn default() -> TestSuiteRunTestAttemptCall
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TestSuiteRunTestAttemptCall
impl<'de> Deserialize<'de> for TestSuiteRunTestAttemptCall
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 StructuralPartialEq for TestSuiteRunTestAttemptCall
Auto Trait Implementations§
impl Freeze for TestSuiteRunTestAttemptCall
impl RefUnwindSafe for TestSuiteRunTestAttemptCall
impl Send for TestSuiteRunTestAttemptCall
impl Sync for TestSuiteRunTestAttemptCall
impl Unpin for TestSuiteRunTestAttemptCall
impl UnwindSafe for TestSuiteRunTestAttemptCall
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