Enum paradox_typed_db::columns::EmotesColumn
source · pub enum EmotesColumn {
Id,
AnimationName,
IconFilename,
Channel,
Command,
Locked,
Localize,
LocStatus,
GateVersion,
}
Expand description
Columns in table Emotes
See also: [`Emotes.html>
Variants§
Id
Index of column id
AnimationName
Index of column animationName
IconFilename
Index of column iconFilename
Channel
Index of column channel
Command
Index of column command
Locked
Index of column locked
Localize
Index of column localize
LocStatus
Index of column locStatus
GateVersion
Index of column gate_version
Trait Implementations§
source§impl Clone for EmotesColumn
impl Clone for EmotesColumn
source§fn clone(&self) -> EmotesColumn
fn clone(&self) -> EmotesColumn
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 EmotesColumn
impl Debug for EmotesColumn
source§impl Hash for EmotesColumn
impl Hash for EmotesColumn
source§impl Ord for EmotesColumn
impl Ord for EmotesColumn
source§fn cmp(&self, other: &EmotesColumn) -> Ordering
fn cmp(&self, other: &EmotesColumn) -> 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<EmotesColumn> for EmotesColumn
impl PartialEq<EmotesColumn> for EmotesColumn
source§fn eq(&self, other: &EmotesColumn) -> bool
fn eq(&self, other: &EmotesColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<EmotesColumn> for EmotesColumn
impl PartialOrd<EmotesColumn> for EmotesColumn
source§fn partial_cmp(&self, other: &EmotesColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &EmotesColumn) -> 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 EmotesColumn
impl TypedColumn for EmotesColumn
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