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