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<TeamMemberCapacity> for TeamMemberCapacity
impl PartialEq<TeamMemberCapacity> 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 ==.