pub struct CapacityContractBase {
pub team_settings_data_contract_base: TeamSettingsDataContractBase,
pub activities: Vec<Activity>,
pub days_off: Vec<DateRange>,
}Fields§
§team_settings_data_contract_base: TeamSettingsDataContractBase§activities: Vec<Activity>Collection of capacities associated with the team member
days_off: Vec<DateRange>The days off associated with the team member
Implementations§
Trait Implementations§
Source§impl Clone for CapacityContractBase
impl Clone for CapacityContractBase
Source§fn clone(&self) -> CapacityContractBase
fn clone(&self) -> CapacityContractBase
Returns a duplicate 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 CapacityContractBase
impl Debug for CapacityContractBase
Source§impl Default for CapacityContractBase
impl Default for CapacityContractBase
Source§fn default() -> CapacityContractBase
fn default() -> CapacityContractBase
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CapacityContractBase
impl<'de> Deserialize<'de> for CapacityContractBase
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 CapacityContractBase
impl PartialEq for CapacityContractBase
Source§impl Serialize for CapacityContractBase
impl Serialize for CapacityContractBase
impl StructuralPartialEq for CapacityContractBase
Auto Trait Implementations§
impl Freeze for CapacityContractBase
impl RefUnwindSafe for CapacityContractBase
impl Send for CapacityContractBase
impl Sync for CapacityContractBase
impl Unpin for CapacityContractBase
impl UnwindSafe for CapacityContractBase
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