Struct dash_mpd::LeapSecondInformation
source · pub struct LeapSecondInformation {
pub availabilityStartLeapOffset: Option<i64>,
pub nextAvailabilityStartLeapOffset: Option<i64>,
pub nextLeapChangeTime: Option<XsDatetime>,
}
Fields§
§availabilityStartLeapOffset: Option<i64>
§nextAvailabilityStartLeapOffset: Option<i64>
§nextLeapChangeTime: Option<XsDatetime>
Trait Implementations§
source§impl Clone for LeapSecondInformation
impl Clone for LeapSecondInformation
source§fn clone(&self) -> LeapSecondInformation
fn clone(&self) -> LeapSecondInformation
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 LeapSecondInformation
impl Debug for LeapSecondInformation
source§impl Default for LeapSecondInformation
impl Default for LeapSecondInformation
source§fn default() -> LeapSecondInformation
fn default() -> LeapSecondInformation
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LeapSecondInformationwhere
LeapSecondInformation: Default,
impl<'de> Deserialize<'de> for LeapSecondInformationwhere
LeapSecondInformation: Default,
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