Struct azure_devops_rust_api::test::models::TestCaseResultList
source · pub struct TestCaseResultList {
pub count: Option<i32>,
pub value: Vec<TestCaseResult>,
}
Expand description
Fields§
§count: Option<i32>
§value: Vec<TestCaseResult>
Implementations§
Trait Implementations§
source§impl Clone for TestCaseResultList
impl Clone for TestCaseResultList
source§fn clone(&self) -> TestCaseResultList
fn clone(&self) -> TestCaseResultList
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 TestCaseResultList
impl Debug for TestCaseResultList
source§impl Default for TestCaseResultList
impl Default for TestCaseResultList
source§fn default() -> TestCaseResultList
fn default() -> TestCaseResultList
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TestCaseResultList
impl<'de> Deserialize<'de> for TestCaseResultList
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 TestCaseResultList
impl PartialEq for TestCaseResultList
source§fn eq(&self, other: &TestCaseResultList) -> bool
fn eq(&self, other: &TestCaseResultList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for TestCaseResultList
impl Serialize for TestCaseResultList
impl StructuralPartialEq for TestCaseResultList
Auto Trait Implementations§
impl RefUnwindSafe for TestCaseResultList
impl Send for TestCaseResultList
impl Sync for TestCaseResultList
impl Unpin for TestCaseResultList
impl UnwindSafe for TestCaseResultList
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