#[repr(C)]pub struct PioCaseMetadataView {
pub case_date: PioStringView,
pub has_case_date: bool,
pub forecast_distance: i32,
pub has_forecast_distance: bool,
pub source_model_format: PioStringView,
pub has_source_model_format: bool,
pub minimum_validation_level: PioStringView,
pub has_minimum_validation_level: bool,
}Expand description
Source neutral case metadata attached to one subnetwork.
Fields§
§case_date: PioStringView§has_case_date: bool§forecast_distance: i32§has_forecast_distance: bool§source_model_format: PioStringView§has_source_model_format: bool§minimum_validation_level: PioStringView§has_minimum_validation_level: boolTrait Implementations§
Source§impl Clone for PioCaseMetadataView
impl Clone for PioCaseMetadataView
Source§fn clone(&self) -> PioCaseMetadataView
fn clone(&self) -> PioCaseMetadataView
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 moreimpl Copy for PioCaseMetadataView
Auto Trait Implementations§
impl !Send for PioCaseMetadataView
impl !Sync for PioCaseMetadataView
impl Freeze for PioCaseMetadataView
impl RefUnwindSafe for PioCaseMetadataView
impl Unpin for PioCaseMetadataView
impl UnsafeUnpin for PioCaseMetadataView
impl UnwindSafe for PioCaseMetadataView
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