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