Enum paradox_typed_db::columns::FactionsColumn
source · pub enum FactionsColumn {
Faction,
FactionList,
FactionListFriendly,
FriendList,
EnemyList,
}
Expand description
Columns in table Factions
See also: [`Factions.html>
Variants§
Faction
Index of column faction
FactionList
Index of column factionList
FactionListFriendly
Index of column factionListFriendly
FriendList
Index of column friendList
EnemyList
Index of column enemyList
Trait Implementations§
source§impl Clone for FactionsColumn
impl Clone for FactionsColumn
source§fn clone(&self) -> FactionsColumn
fn clone(&self) -> FactionsColumn
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 FactionsColumn
impl Debug for FactionsColumn
source§impl Hash for FactionsColumn
impl Hash for FactionsColumn
source§impl Ord for FactionsColumn
impl Ord for FactionsColumn
source§fn cmp(&self, other: &FactionsColumn) -> Ordering
fn cmp(&self, other: &FactionsColumn) -> 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<FactionsColumn> for FactionsColumn
impl PartialEq<FactionsColumn> for FactionsColumn
source§fn eq(&self, other: &FactionsColumn) -> bool
fn eq(&self, other: &FactionsColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<FactionsColumn> for FactionsColumn
impl PartialOrd<FactionsColumn> for FactionsColumn
source§fn partial_cmp(&self, other: &FactionsColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &FactionsColumn) -> 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 FactionsColumn
impl TypedColumn for FactionsColumn
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