pub struct Template4_2 {
pub param: ProductParam,
pub generating_process: GeneratingProcess,
pub forecast_time: ForecastTime,
pub horizontal: Horizontal,
pub derived_forecast: DerivedForecast,
}Expand description
Product definition template 4.2 - Derived forecast based on all ensemble members 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§derived_forecast: DerivedForecastTrait Implementations§
Source§impl Clone for Template4_2
impl Clone for Template4_2
Source§fn clone(&self) -> Template4_2
fn clone(&self) -> Template4_2
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_2
impl Debug for Template4_2
Source§impl Dump for Template4_2
impl Dump for Template4_2
Source§impl PartialEq for Template4_2
impl PartialEq for Template4_2
impl StructuralPartialEq for Template4_2
Source§impl TryFromSlice for Template4_2
impl TryFromSlice for Template4_2
Source§impl WriteToBuffer for Template4_2
impl WriteToBuffer for Template4_2
Auto Trait Implementations§
impl Freeze for Template4_2
impl RefUnwindSafe for Template4_2
impl Send for Template4_2
impl Sync for Template4_2
impl Unpin for Template4_2
impl UnsafeUnpin for Template4_2
impl UnwindSafe for Template4_2
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