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