pub enum ModularBuildComponentColumn {
Id,
BuildType,
Xml,
CreatedLot,
CreatedPhysicsId,
AudioEventGuidSnap,
AudioEventGuidComplete,
AudioEventGuidPresent,
}
Expand description
Columns in table ModularBuildComponent
See also: [`ModularBuildComponent.html>
Variants§
Id
Index of column id
BuildType
Index of column buildType
Xml
Index of column xml
CreatedLot
Index of column createdLOT
CreatedPhysicsId
Index of column createdPhysicsID
AudioEventGuidSnap
Index of column AudioEventGUID_Snap
AudioEventGuidComplete
Index of column AudioEventGUID_Complete
AudioEventGuidPresent
Index of column AudioEventGUID_Present
Trait Implementations§
source§impl Clone for ModularBuildComponentColumn
impl Clone for ModularBuildComponentColumn
source§fn clone(&self) -> ModularBuildComponentColumn
fn clone(&self) -> ModularBuildComponentColumn
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 ModularBuildComponentColumn
impl Debug for ModularBuildComponentColumn
source§impl Hash for ModularBuildComponentColumn
impl Hash for ModularBuildComponentColumn
source§impl Ord for ModularBuildComponentColumn
impl Ord for ModularBuildComponentColumn
source§fn cmp(&self, other: &ModularBuildComponentColumn) -> Ordering
fn cmp(&self, other: &ModularBuildComponentColumn) -> 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<ModularBuildComponentColumn> for ModularBuildComponentColumn
impl PartialEq<ModularBuildComponentColumn> for ModularBuildComponentColumn
source§fn eq(&self, other: &ModularBuildComponentColumn) -> bool
fn eq(&self, other: &ModularBuildComponentColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ModularBuildComponentColumn> for ModularBuildComponentColumn
impl PartialOrd<ModularBuildComponentColumn> for ModularBuildComponentColumn
source§fn partial_cmp(&self, other: &ModularBuildComponentColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &ModularBuildComponentColumn) -> 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 ModularBuildComponentColumn
impl TypedColumn for ModularBuildComponentColumn
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