pub enum FeatureGatingColumn {
FeatureName,
Major,
Current,
Minor,
Description,
}
Expand description
Columns in table FeatureGating
See also: [`FeatureGating.html>
Variants§
FeatureName
Index of column featureName
Major
Index of column major
Current
Index of column current
Minor
Index of column minor
Description
Index of column description
Trait Implementations§
source§impl Clone for FeatureGatingColumn
impl Clone for FeatureGatingColumn
source§fn clone(&self) -> FeatureGatingColumn
fn clone(&self) -> FeatureGatingColumn
Returns a copy of the value. Read more
1.0.0 · 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 FeatureGatingColumn
impl Debug for FeatureGatingColumn
source§impl Hash for FeatureGatingColumn
impl Hash for FeatureGatingColumn
source§impl Ord for FeatureGatingColumn
impl Ord for FeatureGatingColumn
source§fn cmp(&self, other: &FeatureGatingColumn) -> Ordering
fn cmp(&self, other: &FeatureGatingColumn) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<FeatureGatingColumn> for FeatureGatingColumn
impl PartialEq<FeatureGatingColumn> for FeatureGatingColumn
source§fn eq(&self, other: &FeatureGatingColumn) -> bool
fn eq(&self, other: &FeatureGatingColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<FeatureGatingColumn> for FeatureGatingColumn
impl PartialOrd<FeatureGatingColumn> for FeatureGatingColumn
source§fn partial_cmp(&self, other: &FeatureGatingColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &FeatureGatingColumn) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl TypedColumn for FeatureGatingColumn
impl TypedColumn for FeatureGatingColumn
source§fn to_static_str(&self) -> &'static str
fn to_static_str(&self) -> &'static str
Return the original name of the column
source§fn serialize_struct_field<S: SerializeStruct>(
&self,
s: &mut S,
value: Field<'_>
) -> Result<(), S::Error>
fn serialize_struct_field<S: SerializeStruct>( &self, s: &mut S, value: Field<'_> ) -> Result<(), S::Error>
Serialize a field to a struct