pub struct WorkItemToTestLinks {
    pub executed_in: Option<ExecutedIn>,
    pub tests: Vec<TestMethod>,
    pub work_item: Option<WorkItemReference>,
}Expand description
Fields§
§executed_in: Option<ExecutedIn>§tests: Vec<TestMethod>§work_item: Option<WorkItemReference>WorkItem reference Details.
Implementations§
Trait Implementations§
source§impl Clone for WorkItemToTestLinks
 
impl Clone for WorkItemToTestLinks
source§fn clone(&self) -> WorkItemToTestLinks
 
fn clone(&self) -> WorkItemToTestLinks
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 WorkItemToTestLinks
 
impl Debug for WorkItemToTestLinks
source§impl Default for WorkItemToTestLinks
 
impl Default for WorkItemToTestLinks
source§fn default() -> WorkItemToTestLinks
 
fn default() -> WorkItemToTestLinks
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for WorkItemToTestLinks
 
impl<'de> Deserialize<'de> for WorkItemToTestLinks
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 WorkItemToTestLinks
 
impl PartialEq for WorkItemToTestLinks
source§fn eq(&self, other: &WorkItemToTestLinks) -> bool
 
fn eq(&self, other: &WorkItemToTestLinks) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for WorkItemToTestLinks
 
impl Serialize for WorkItemToTestLinks
impl StructuralPartialEq for WorkItemToTestLinks
Auto Trait Implementations§
impl RefUnwindSafe for WorkItemToTestLinks
impl Send for WorkItemToTestLinks
impl Sync for WorkItemToTestLinks
impl Unpin for WorkItemToTestLinks
impl UnwindSafe for WorkItemToTestLinks
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