Struct azure_devops_rust_api::work::models::TeamCapacityTotals
source · pub struct TeamCapacityTotals {
pub team_capacity_per_day: Option<f64>,
pub team_id: Option<String>,
pub team_total_days_off: Option<i32>,
}
Expand description
Team information with total capacity and days off
Fields§
§team_capacity_per_day: Option<f64>
§team_id: Option<String>
§team_total_days_off: Option<i32>
Implementations§
Trait Implementations§
source§impl Clone for TeamCapacityTotals
impl Clone for TeamCapacityTotals
source§fn clone(&self) -> TeamCapacityTotals
fn clone(&self) -> TeamCapacityTotals
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 TeamCapacityTotals
impl Debug for TeamCapacityTotals
source§impl Default for TeamCapacityTotals
impl Default for TeamCapacityTotals
source§fn default() -> TeamCapacityTotals
fn default() -> TeamCapacityTotals
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TeamCapacityTotals
impl<'de> Deserialize<'de> for TeamCapacityTotals
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 TeamCapacityTotals
impl PartialEq for TeamCapacityTotals
source§fn eq(&self, other: &TeamCapacityTotals) -> bool
fn eq(&self, other: &TeamCapacityTotals) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for TeamCapacityTotals
impl Serialize for TeamCapacityTotals
impl StructuralPartialEq for TeamCapacityTotals
Auto Trait Implementations§
impl RefUnwindSafe for TeamCapacityTotals
impl Send for TeamCapacityTotals
impl Sync for TeamCapacityTotals
impl Unpin for TeamCapacityTotals
impl UnwindSafe for TeamCapacityTotals
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