pub struct TestResultDocument {
pub operation_reference: Option<TestOperationReference>,
pub payload: Option<TestResultPayload>,
}Fields§
§operation_reference: Option<TestOperationReference>Class representing a reference to an operation.
payload: Option<TestResultPayload>Implementations§
Trait Implementations§
Source§impl Clone for TestResultDocument
impl Clone for TestResultDocument
Source§fn clone(&self) -> TestResultDocument
fn clone(&self) -> TestResultDocument
Returns a copy 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 TestResultDocument
impl Debug for TestResultDocument
Source§impl Default for TestResultDocument
impl Default for TestResultDocument
Source§fn default() -> TestResultDocument
fn default() -> TestResultDocument
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TestResultDocument
impl<'de> Deserialize<'de> for TestResultDocument
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 TestResultDocument
impl PartialEq for TestResultDocument
Source§impl Serialize for TestResultDocument
impl Serialize for TestResultDocument
impl StructuralPartialEq for TestResultDocument
Auto Trait Implementations§
impl Freeze for TestResultDocument
impl RefUnwindSafe for TestResultDocument
impl Send for TestResultDocument
impl Sync for TestResultDocument
impl Unpin for TestResultDocument
impl UnwindSafe for TestResultDocument
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