Struct azure_devops_rust_api::test::models::TestResultPayload
source · 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 for TestResultPayload
impl PartialEq 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 ==
.source§impl Serialize for TestResultPayload
impl Serialize for TestResultPayload
impl StructuralPartialEq for TestResultPayload
Auto Trait Implementations§
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