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