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