Struct azure_devops_rust_api::work::models::IterationWorkItems
source · pub struct IterationWorkItems {
pub team_settings_data_contract_base: TeamSettingsDataContractBase,
pub work_item_relations: Vec<WorkItemLink>,
}
Expand description
Represents work items in an iteration backlog
Fields§
§team_settings_data_contract_base: TeamSettingsDataContractBase
§work_item_relations: Vec<WorkItemLink>
Work item relations
Implementations§
Trait Implementations§
source§impl Clone for IterationWorkItems
impl Clone for IterationWorkItems
source§fn clone(&self) -> IterationWorkItems
fn clone(&self) -> IterationWorkItems
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 IterationWorkItems
impl Debug for IterationWorkItems
source§impl Default for IterationWorkItems
impl Default for IterationWorkItems
source§fn default() -> IterationWorkItems
fn default() -> IterationWorkItems
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for IterationWorkItems
impl<'de> Deserialize<'de> for IterationWorkItems
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 IterationWorkItems
impl PartialEq for IterationWorkItems
source§fn eq(&self, other: &IterationWorkItems) -> bool
fn eq(&self, other: &IterationWorkItems) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for IterationWorkItems
impl Serialize for IterationWorkItems
impl StructuralPartialEq for IterationWorkItems
Auto Trait Implementations§
impl RefUnwindSafe for IterationWorkItems
impl Send for IterationWorkItems
impl Sync for IterationWorkItems
impl Unpin for IterationWorkItems
impl UnwindSafe for IterationWorkItems
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