pub struct TestResultPayload {
pub comment: Option<String>,
pub name: Option<String>,
pub stream: Option<String>,
}Expand description
Fields§
§comment: Option<String>§name: Option<String>§stream: Option<String>Implementations§
Trait Implementations§
source§impl Clone for TestResultPayload
impl Clone for TestResultPayload
source§fn clone(&self) -> TestResultPayload
fn clone(&self) -> TestResultPayload
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 TestResultPayload
impl Debug for TestResultPayload
source§impl Default for TestResultPayload
impl Default for TestResultPayload
source§fn default() -> TestResultPayload
fn default() -> TestResultPayload
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TestResultPayload
impl<'de> Deserialize<'de> for TestResultPayload
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<TestResultPayload> for TestResultPayload
impl PartialEq<TestResultPayload> for TestResultPayload
source§fn eq(&self, other: &TestResultPayload) -> bool
fn eq(&self, other: &TestResultPayload) -> bool
This method tests for
self and other values to be equal, and is used
by ==.