pub enum ModuleComponentColumn {
Id,
PartCode,
BuildType,
Xml,
PrimarySoundGuid,
AssembledEffectId,
}
Expand description
Columns in table ModuleComponent
See also: [`ModuleComponent.html>
Variants§
Id
Index of column id
PartCode
Index of column partCode
BuildType
Index of column buildType
Xml
Index of column xml
PrimarySoundGuid
Index of column primarySoundGUID
AssembledEffectId
Index of column assembledEffectID
Trait Implementations§
source§impl Clone for ModuleComponentColumn
impl Clone for ModuleComponentColumn
source§fn clone(&self) -> ModuleComponentColumn
fn clone(&self) -> ModuleComponentColumn
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 ModuleComponentColumn
impl Debug for ModuleComponentColumn
source§impl Hash for ModuleComponentColumn
impl Hash for ModuleComponentColumn
source§impl Ord for ModuleComponentColumn
impl Ord for ModuleComponentColumn
source§fn cmp(&self, other: &ModuleComponentColumn) -> Ordering
fn cmp(&self, other: &ModuleComponentColumn) -> 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<ModuleComponentColumn> for ModuleComponentColumn
impl PartialEq<ModuleComponentColumn> for ModuleComponentColumn
source§fn eq(&self, other: &ModuleComponentColumn) -> bool
fn eq(&self, other: &ModuleComponentColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ModuleComponentColumn> for ModuleComponentColumn
impl PartialOrd<ModuleComponentColumn> for ModuleComponentColumn
source§fn partial_cmp(&self, other: &ModuleComponentColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &ModuleComponentColumn) -> 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 ModuleComponentColumn
impl TypedColumn for ModuleComponentColumn
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