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