pub enum SmashableChainIndexColumn {
Id,
TargetGroup,
Description,
Continuous,
}
Expand description
Columns in table SmashableChainIndex
See also: [`SmashableChainIndex.html>
Variants§
Id
Index of column id
TargetGroup
Index of column targetGroup
Description
Index of column description
Continuous
Index of column continuous
Trait Implementations§
source§impl Clone for SmashableChainIndexColumn
impl Clone for SmashableChainIndexColumn
source§fn clone(&self) -> SmashableChainIndexColumn
fn clone(&self) -> SmashableChainIndexColumn
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 SmashableChainIndexColumn
impl Debug for SmashableChainIndexColumn
source§impl Hash for SmashableChainIndexColumn
impl Hash for SmashableChainIndexColumn
source§impl Ord for SmashableChainIndexColumn
impl Ord for SmashableChainIndexColumn
source§fn cmp(&self, other: &SmashableChainIndexColumn) -> Ordering
fn cmp(&self, other: &SmashableChainIndexColumn) -> 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<SmashableChainIndexColumn> for SmashableChainIndexColumn
impl PartialEq<SmashableChainIndexColumn> for SmashableChainIndexColumn
source§fn eq(&self, other: &SmashableChainIndexColumn) -> bool
fn eq(&self, other: &SmashableChainIndexColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<SmashableChainIndexColumn> for SmashableChainIndexColumn
impl PartialOrd<SmashableChainIndexColumn> for SmashableChainIndexColumn
source§fn partial_cmp(&self, other: &SmashableChainIndexColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &SmashableChainIndexColumn) -> 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 SmashableChainIndexColumn
impl TypedColumn for SmashableChainIndexColumn
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