Struct azure_devops_rust_api::test::models::PointAssignment   
source · pub struct PointAssignment {
    pub configuration: Option<ShallowReference>,
    pub tester: Option<IdentityRef>,
}Expand description
Adding test cases to a suite creates one of more test points based on the default configurations and testers assigned to the test suite. PointAssignment is the list of test points that were created for each of the test cases that were added to the test suite.
Fields§
§configuration: Option<ShallowReference>An abstracted reference to some other resource. This class is used to provide the build data contracts with a uniform way to reference other resources in a way that provides easy traversal through links.
tester: Option<IdentityRef>Implementations§
Trait Implementations§
source§impl Clone for PointAssignment
 
impl Clone for PointAssignment
source§fn clone(&self) -> PointAssignment
 
fn clone(&self) -> PointAssignment
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 PointAssignment
 
impl Debug for PointAssignment
source§impl Default for PointAssignment
 
impl Default for PointAssignment
source§fn default() -> PointAssignment
 
fn default() -> PointAssignment
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PointAssignment
 
impl<'de> Deserialize<'de> for PointAssignment
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 PointAssignment
 
impl PartialEq for PointAssignment
source§fn eq(&self, other: &PointAssignment) -> bool
 
fn eq(&self, other: &PointAssignment) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for PointAssignment
 
impl Serialize for PointAssignment
impl StructuralPartialEq for PointAssignment
Auto Trait Implementations§
impl RefUnwindSafe for PointAssignment
impl Send for PointAssignment
impl Sync for PointAssignment
impl Unpin for PointAssignment
impl UnwindSafe for PointAssignment
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