pub enum BuffParametersColumn {
BuffId,
ParameterName,
NumberValue,
StringValue,
EffectId,
}
Expand description
Columns in table BuffParameters
See also: [`BuffParameters.html>
Variants§
BuffId
Index of column BuffID
ParameterName
Index of column ParameterName
NumberValue
Index of column NumberValue
StringValue
Index of column StringValue
EffectId
Index of column EffectID
Trait Implementations§
source§impl Clone for BuffParametersColumn
impl Clone for BuffParametersColumn
source§fn clone(&self) -> BuffParametersColumn
fn clone(&self) -> BuffParametersColumn
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 BuffParametersColumn
impl Debug for BuffParametersColumn
source§impl Hash for BuffParametersColumn
impl Hash for BuffParametersColumn
source§impl Ord for BuffParametersColumn
impl Ord for BuffParametersColumn
source§fn cmp(&self, other: &BuffParametersColumn) -> Ordering
fn cmp(&self, other: &BuffParametersColumn) -> 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<BuffParametersColumn> for BuffParametersColumn
impl PartialEq<BuffParametersColumn> for BuffParametersColumn
source§fn eq(&self, other: &BuffParametersColumn) -> bool
fn eq(&self, other: &BuffParametersColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<BuffParametersColumn> for BuffParametersColumn
impl PartialOrd<BuffParametersColumn> for BuffParametersColumn
source§fn partial_cmp(&self, other: &BuffParametersColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &BuffParametersColumn) -> 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 BuffParametersColumn
impl TypedColumn for BuffParametersColumn
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