pub struct WorkItemRelationTypeList {
pub count: Option<i32>,
pub value: Vec<WorkItemRelationType>,
}
Fields§
§count: Option<i32>
§value: Vec<WorkItemRelationType>
Implementations§
Trait Implementations§
Source§impl Clone for WorkItemRelationTypeList
impl Clone for WorkItemRelationTypeList
Source§fn clone(&self) -> WorkItemRelationTypeList
fn clone(&self) -> WorkItemRelationTypeList
Returns a duplicate 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 WorkItemRelationTypeList
impl Debug for WorkItemRelationTypeList
Source§impl Default for WorkItemRelationTypeList
impl Default for WorkItemRelationTypeList
Source§fn default() -> WorkItemRelationTypeList
fn default() -> WorkItemRelationTypeList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WorkItemRelationTypeList
impl<'de> Deserialize<'de> for WorkItemRelationTypeList
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 WorkItemRelationTypeList
impl PartialEq for WorkItemRelationTypeList
Source§impl Serialize for WorkItemRelationTypeList
impl Serialize for WorkItemRelationTypeList
impl StructuralPartialEq for WorkItemRelationTypeList
Auto Trait Implementations§
impl Freeze for WorkItemRelationTypeList
impl RefUnwindSafe for WorkItemRelationTypeList
impl Send for WorkItemRelationTypeList
impl Sync for WorkItemRelationTypeList
impl Unpin for WorkItemRelationTypeList
impl UnwindSafe for WorkItemRelationTypeList
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