pub struct TestPointDetailedReference {
pub configuration: Option<TestConfigurationReference>,
pub plan: Option<TestPlanReference>,
pub point_id: Option<i32>,
pub suite: Option<TestSuiteReference>,
pub tester: Option<IdentityRef>,
}Expand description
Fields§
§configuration: Option<TestConfigurationReference>Test Configuration Reference
plan: Option<TestPlanReference>The test plan reference resource.
point_id: Option<i32>§suite: Option<TestSuiteReference>The test suite reference resource.
tester: Option<IdentityRef>Implementations§
Trait Implementations§
source§impl Clone for TestPointDetailedReference
impl Clone for TestPointDetailedReference
source§fn clone(&self) -> TestPointDetailedReference
fn clone(&self) -> TestPointDetailedReference
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 TestPointDetailedReference
impl Debug for TestPointDetailedReference
source§impl Default for TestPointDetailedReference
impl Default for TestPointDetailedReference
source§fn default() -> TestPointDetailedReference
fn default() -> TestPointDetailedReference
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TestPointDetailedReference
impl<'de> Deserialize<'de> for TestPointDetailedReference
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 TestPointDetailedReference
impl PartialEq for TestPointDetailedReference
source§fn eq(&self, other: &TestPointDetailedReference) -> bool
fn eq(&self, other: &TestPointDetailedReference) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for TestPointDetailedReference
Auto Trait Implementations§
impl Freeze for TestPointDetailedReference
impl RefUnwindSafe for TestPointDetailedReference
impl Send for TestPointDetailedReference
impl Sync for TestPointDetailedReference
impl Unpin for TestPointDetailedReference
impl UnwindSafe for TestPointDetailedReference
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