Struct azure_devops_rust_api::wit::models::WorkItemDeleteBatch
source · pub struct WorkItemDeleteBatch {
pub results: Vec<WorkItemDelete>,
}
Expand description
Describes response to delete a set of work items.
Fields§
§results: Vec<WorkItemDelete>
List of results for each work item
Implementations§
Trait Implementations§
source§impl Clone for WorkItemDeleteBatch
impl Clone for WorkItemDeleteBatch
source§fn clone(&self) -> WorkItemDeleteBatch
fn clone(&self) -> WorkItemDeleteBatch
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 WorkItemDeleteBatch
impl Debug for WorkItemDeleteBatch
source§impl Default for WorkItemDeleteBatch
impl Default for WorkItemDeleteBatch
source§fn default() -> WorkItemDeleteBatch
fn default() -> WorkItemDeleteBatch
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for WorkItemDeleteBatch
impl<'de> Deserialize<'de> for WorkItemDeleteBatch
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 WorkItemDeleteBatch
impl PartialEq for WorkItemDeleteBatch
source§fn eq(&self, other: &WorkItemDeleteBatch) -> bool
fn eq(&self, other: &WorkItemDeleteBatch) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for WorkItemDeleteBatch
impl Serialize for WorkItemDeleteBatch
impl StructuralPartialEq for WorkItemDeleteBatch
Auto Trait Implementations§
impl RefUnwindSafe for WorkItemDeleteBatch
impl Send for WorkItemDeleteBatch
impl Sync for WorkItemDeleteBatch
impl Unpin for WorkItemDeleteBatch
impl UnwindSafe for WorkItemDeleteBatch
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