pub struct TestResultPayload {
pub comment: Option<String>,
pub name: Option<String>,
pub stream: Option<String>,
}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 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 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 for TestResultPayload
impl PartialEq for TestResultPayload
Source§impl Serialize for TestResultPayload
impl Serialize for TestResultPayload
impl StructuralPartialEq for TestResultPayload
Auto Trait Implementations§
impl Freeze for TestResultPayload
impl RefUnwindSafe for TestResultPayload
impl Send for TestResultPayload
impl Sync for TestResultPayload
impl Unpin for TestResultPayload
impl UnwindSafe for TestResultPayload
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