pub struct SuiteTestCaseUpdateModel {
pub configurations: Vec<ShallowReference>,
}
Expand description
Test suite update model.
Fields§
§configurations: Vec<ShallowReference>
Shallow reference of configurations for the test cases in the suite.
Implementations§
Trait Implementations§
source§impl Clone for SuiteTestCaseUpdateModel
impl Clone for SuiteTestCaseUpdateModel
source§fn clone(&self) -> SuiteTestCaseUpdateModel
fn clone(&self) -> SuiteTestCaseUpdateModel
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 SuiteTestCaseUpdateModel
impl Debug for SuiteTestCaseUpdateModel
source§impl Default for SuiteTestCaseUpdateModel
impl Default for SuiteTestCaseUpdateModel
source§fn default() -> SuiteTestCaseUpdateModel
fn default() -> SuiteTestCaseUpdateModel
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SuiteTestCaseUpdateModel
impl<'de> Deserialize<'de> for SuiteTestCaseUpdateModel
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 SuiteTestCaseUpdateModel
impl PartialEq for SuiteTestCaseUpdateModel
source§fn eq(&self, other: &SuiteTestCaseUpdateModel) -> bool
fn eq(&self, other: &SuiteTestCaseUpdateModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SuiteTestCaseUpdateModel
impl Serialize for SuiteTestCaseUpdateModel
impl StructuralPartialEq for SuiteTestCaseUpdateModel
Auto Trait Implementations§
impl RefUnwindSafe for SuiteTestCaseUpdateModel
impl Send for SuiteTestCaseUpdateModel
impl Sync for SuiteTestCaseUpdateModel
impl Unpin for SuiteTestCaseUpdateModel
impl UnwindSafe for SuiteTestCaseUpdateModel
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