pub struct TestSuiteUpdateParams {
pub test_suite_create_update_common_params: TestSuiteCreateUpdateCommonParams,
pub revision: Option<i32>,
}Expand description
Test Suite Update Parameters
Fields§
§test_suite_create_update_common_params: TestSuiteCreateUpdateCommonParams§revision: Option<i32>Test suite revision.
Implementations§
Trait Implementations§
source§impl Clone for TestSuiteUpdateParams
impl Clone for TestSuiteUpdateParams
source§fn clone(&self) -> TestSuiteUpdateParams
fn clone(&self) -> TestSuiteUpdateParams
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 TestSuiteUpdateParams
impl Debug for TestSuiteUpdateParams
source§impl Default for TestSuiteUpdateParams
impl Default for TestSuiteUpdateParams
source§fn default() -> TestSuiteUpdateParams
fn default() -> TestSuiteUpdateParams
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TestSuiteUpdateParams
impl<'de> Deserialize<'de> for TestSuiteUpdateParams
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 TestSuiteUpdateParams
impl PartialEq for TestSuiteUpdateParams
source§fn eq(&self, other: &TestSuiteUpdateParams) -> bool
fn eq(&self, other: &TestSuiteUpdateParams) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for TestSuiteUpdateParams
impl Serialize for TestSuiteUpdateParams
impl StructuralPartialEq for TestSuiteUpdateParams
Auto Trait Implementations§
impl Freeze for TestSuiteUpdateParams
impl RefUnwindSafe for TestSuiteUpdateParams
impl Send for TestSuiteUpdateParams
impl Sync for TestSuiteUpdateParams
impl Unpin for TestSuiteUpdateParams
impl UnwindSafe for TestSuiteUpdateParams
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