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