pub struct ReplayFixture {
pub type_name: String,
pub id: String,
pub source_run_id: String,
pub workflow_id: String,
pub workflow_name: Option<String>,
pub created_at: String,
pub expected_status: String,
pub stage_assertions: Vec<ReplayStageAssertion>,
}Fields§
§type_name: String§id: String§source_run_id: String§workflow_id: String§workflow_name: Option<String>§created_at: String§expected_status: String§stage_assertions: Vec<ReplayStageAssertion>Trait Implementations§
Source§impl Clone for ReplayFixture
impl Clone for ReplayFixture
Source§fn clone(&self) -> ReplayFixture
fn clone(&self) -> ReplayFixture
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 ReplayFixture
impl Debug for ReplayFixture
Source§impl Default for ReplayFixture
impl Default for ReplayFixture
Source§fn default() -> ReplayFixture
fn default() -> ReplayFixture
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReplayFixturewhere
ReplayFixture: Default,
impl<'de> Deserialize<'de> for ReplayFixturewhere
ReplayFixture: Default,
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 ReplayFixture
impl PartialEq for ReplayFixture
Source§impl Serialize for ReplayFixture
impl Serialize for ReplayFixture
impl Eq for ReplayFixture
impl StructuralPartialEq for ReplayFixture
Auto Trait Implementations§
impl Freeze for ReplayFixture
impl RefUnwindSafe for ReplayFixture
impl Send for ReplayFixture
impl Sync for ReplayFixture
impl Unpin for ReplayFixture
impl UnsafeUnpin for ReplayFixture
impl UnwindSafe for ReplayFixture
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.