Struct azure_devops_rust_api::work::models::TeamMemberCapacity
source · pub struct TeamMemberCapacity {
pub capacity_contract_base: CapacityContractBase,
pub team_member: Option<Member>,
}
Expand description
Represents capacity for a specific team member
Fields§
§capacity_contract_base: CapacityContractBase
§team_member: Option<Member>
Implementations§
Trait Implementations§
source§impl Clone for TeamMemberCapacity
impl Clone for TeamMemberCapacity
source§fn clone(&self) -> TeamMemberCapacity
fn clone(&self) -> TeamMemberCapacity
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 TeamMemberCapacity
impl Debug for TeamMemberCapacity
source§impl Default for TeamMemberCapacity
impl Default for TeamMemberCapacity
source§fn default() -> TeamMemberCapacity
fn default() -> TeamMemberCapacity
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TeamMemberCapacity
impl<'de> Deserialize<'de> for TeamMemberCapacity
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 TeamMemberCapacity
impl PartialEq for TeamMemberCapacity
source§fn eq(&self, other: &TeamMemberCapacity) -> bool
fn eq(&self, other: &TeamMemberCapacity) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for TeamMemberCapacity
impl Serialize for TeamMemberCapacity
impl StructuralPartialEq for TeamMemberCapacity
Auto Trait Implementations§
impl Freeze for TeamMemberCapacity
impl RefUnwindSafe for TeamMemberCapacity
impl Send for TeamMemberCapacity
impl Sync for TeamMemberCapacity
impl Unpin for TeamMemberCapacity
impl UnwindSafe for TeamMemberCapacity
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