pub struct TemporalRawInfo {
pub ref_time_significance: Code<Table1_2, u8>,
pub ref_time_unchecked: UtcDateTime,
pub forecast_time_diff: Option<ForecastTime>,
}
Expand description
Time-related raw information.
Fields§
§ref_time_significance: Code<Table1_2, u8>
“Significance of reference time” set in Section 1 of the submessage. See Code Table 1.2.
ref_time_unchecked: UtcDateTime
“Reference time” set in Section 1 of the submessage.
forecast_time_diff: Option<ForecastTime>
“Forecast time” set in Section 3 of the submessage.
Trait Implementations§
Source§impl Debug for TemporalRawInfo
impl Debug for TemporalRawInfo
Source§impl PartialEq for TemporalRawInfo
impl PartialEq for TemporalRawInfo
impl Eq for TemporalRawInfo
impl StructuralPartialEq for TemporalRawInfo
Auto Trait Implementations§
impl Freeze for TemporalRawInfo
impl RefUnwindSafe for TemporalRawInfo
impl Send for TemporalRawInfo
impl Sync for TemporalRawInfo
impl Unpin for TemporalRawInfo
impl UnwindSafe for TemporalRawInfo
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