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