pub struct AccountRecentActivityWorkItemModel {
pub account_recent_activity_work_item_model_base: AccountRecentActivityWorkItemModelBase,
pub assigned_to: Option<String>,
}
Expand description
Represents Work Item Recent Activity
Fields§
§account_recent_activity_work_item_model_base: AccountRecentActivityWorkItemModelBase
§assigned_to: Option<String>
Assigned To
Implementations§
Trait Implementations§
source§impl Clone for AccountRecentActivityWorkItemModel
impl Clone for AccountRecentActivityWorkItemModel
source§fn clone(&self) -> AccountRecentActivityWorkItemModel
fn clone(&self) -> AccountRecentActivityWorkItemModel
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 Default for AccountRecentActivityWorkItemModel
impl Default for AccountRecentActivityWorkItemModel
source§fn default() -> AccountRecentActivityWorkItemModel
fn default() -> AccountRecentActivityWorkItemModel
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AccountRecentActivityWorkItemModel
impl<'de> Deserialize<'de> for AccountRecentActivityWorkItemModel
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 AccountRecentActivityWorkItemModel
impl PartialEq for AccountRecentActivityWorkItemModel
source§fn eq(&self, other: &AccountRecentActivityWorkItemModel) -> bool
fn eq(&self, other: &AccountRecentActivityWorkItemModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AccountRecentActivityWorkItemModel
Auto Trait Implementations§
impl Freeze for AccountRecentActivityWorkItemModel
impl RefUnwindSafe for AccountRecentActivityWorkItemModel
impl Send for AccountRecentActivityWorkItemModel
impl Sync for AccountRecentActivityWorkItemModel
impl Unpin for AccountRecentActivityWorkItemModel
impl UnwindSafe for AccountRecentActivityWorkItemModel
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