pub struct UpdateTestSuiteRunDto {
pub name: Option<String>,
}
Fields§
§name: Option<String>
This is the name of the test suite run.
Implementations§
Source§impl UpdateTestSuiteRunDto
impl UpdateTestSuiteRunDto
pub fn new() -> UpdateTestSuiteRunDto
Trait Implementations§
Source§impl Clone for UpdateTestSuiteRunDto
impl Clone for UpdateTestSuiteRunDto
Source§fn clone(&self) -> UpdateTestSuiteRunDto
fn clone(&self) -> UpdateTestSuiteRunDto
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UpdateTestSuiteRunDto
impl Debug for UpdateTestSuiteRunDto
Source§impl Default for UpdateTestSuiteRunDto
impl Default for UpdateTestSuiteRunDto
Source§fn default() -> UpdateTestSuiteRunDto
fn default() -> UpdateTestSuiteRunDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateTestSuiteRunDto
impl<'de> Deserialize<'de> for UpdateTestSuiteRunDto
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 UpdateTestSuiteRunDto
impl PartialEq for UpdateTestSuiteRunDto
Source§impl Serialize for UpdateTestSuiteRunDto
impl Serialize for UpdateTestSuiteRunDto
impl StructuralPartialEq for UpdateTestSuiteRunDto
Auto Trait Implementations§
impl Freeze for UpdateTestSuiteRunDto
impl RefUnwindSafe for UpdateTestSuiteRunDto
impl Send for UpdateTestSuiteRunDto
impl Sync for UpdateTestSuiteRunDto
impl Unpin for UpdateTestSuiteRunDto
impl UnwindSafe for UpdateTestSuiteRunDto
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