Enum sounding_analysis::ProfileIndex [−][src]
pub enum ProfileIndex {
Showalter,
SWeT,
K,
PWAT,
TotalTotals,
BulkRichardsonNumber,
Haines,
}Sounding indexes calculated from the sounding and not any particular profile.
Variants
ShowalterShowalter index
SWeTSevere Weather Threat Index
KK-index
PWATPrecipitable Water (mm)
TotalTotalsTotal-Totals
BulkRichardsonNumberBulk Richardson Number
HainesHaines index
Trait Implementations
impl Debug for ProfileIndex[src]
impl Debug for ProfileIndexfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ProfileIndex[src]
impl Clone for ProfileIndexfn clone(&self) -> ProfileIndex[src]
fn clone(&self) -> ProfileIndexReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for ProfileIndex[src]
impl Copy for ProfileIndeximpl PartialEq for ProfileIndex[src]
impl PartialEq for ProfileIndexfn eq(&self, other: &ProfileIndex) -> bool[src]
fn eq(&self, other: &ProfileIndex) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for ProfileIndex[src]
impl Eq for ProfileIndexAuto Trait Implementations
impl Send for ProfileIndex
impl Send for ProfileIndeximpl Sync for ProfileIndex
impl Sync for ProfileIndex