pub struct Template4_6 {
pub param: ProductParam,
pub generating_process: GeneratingProcess,
pub forecast_time: ForecastTime,
pub horizontal: Horizontal,
pub percentile_forecasts: PercentileForecasts,
}Expand description
Product definition template 4.6 - Percentile forecasts at a horizontal level or in a horizontal layer at a point in time.
Fields§
§param: ProductParam§generating_process: GeneratingProcess§forecast_time: ForecastTime§horizontal: Horizontal§percentile_forecasts: PercentileForecastsTrait Implementations§
Source§impl Clone for Template4_6
impl Clone for Template4_6
Source§fn clone(&self) -> Template4_6
fn clone(&self) -> Template4_6
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Template4_6
impl Debug for Template4_6
Source§impl Dump for Template4_6
impl Dump for Template4_6
Source§impl PartialEq for Template4_6
impl PartialEq for Template4_6
impl StructuralPartialEq for Template4_6
Source§impl TryFromSlice for Template4_6
impl TryFromSlice for Template4_6
Source§impl WriteToBuffer for Template4_6
impl WriteToBuffer for Template4_6
Auto Trait Implementations§
impl Freeze for Template4_6
impl RefUnwindSafe for Template4_6
impl Send for Template4_6
impl Sync for Template4_6
impl Unpin for Template4_6
impl UnsafeUnpin for Template4_6
impl UnwindSafe for Template4_6
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