Struct azure_devops_rust_api::wit::models::AccountMyWorkResult
source · pub struct AccountMyWorkResult {
pub query_size_limit_exceeded: Option<bool>,
pub work_item_details: Vec<AccountWorkWorkItemModel>,
}
Expand description
Fields§
§query_size_limit_exceeded: Option<bool>
True, when length of WorkItemDetails is same as the limit
work_item_details: Vec<AccountWorkWorkItemModel>
WorkItem Details
Implementations§
Trait Implementations§
source§impl Clone for AccountMyWorkResult
impl Clone for AccountMyWorkResult
source§fn clone(&self) -> AccountMyWorkResult
fn clone(&self) -> AccountMyWorkResult
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 AccountMyWorkResult
impl Debug for AccountMyWorkResult
source§impl Default for AccountMyWorkResult
impl Default for AccountMyWorkResult
source§fn default() -> AccountMyWorkResult
fn default() -> AccountMyWorkResult
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AccountMyWorkResult
impl<'de> Deserialize<'de> for AccountMyWorkResult
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 AccountMyWorkResult
impl PartialEq for AccountMyWorkResult
source§fn eq(&self, other: &AccountMyWorkResult) -> bool
fn eq(&self, other: &AccountMyWorkResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for AccountMyWorkResult
impl Serialize for AccountMyWorkResult
impl StructuralPartialEq for AccountMyWorkResult
Auto Trait Implementations§
impl Freeze for AccountMyWorkResult
impl RefUnwindSafe for AccountMyWorkResult
impl Send for AccountMyWorkResult
impl Sync for AccountMyWorkResult
impl Unpin for AccountMyWorkResult
impl UnwindSafe for AccountMyWorkResult
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