pub enum RebuildComponentColumn {
Id,
ResetTime,
CompleteTime,
TakeImagination,
Interruptible,
SelfActivator,
CustomModules,
ActivityId,
PostImaginationCost,
TimeBeforeSmash,
}
Expand description
Columns in table RebuildComponent
See also: [`RebuildComponent.html>
Variants§
Id
Index of column id
ResetTime
Index of column reset_time
CompleteTime
Index of column complete_time
TakeImagination
Index of column take_imagination
Interruptible
Index of column interruptible
SelfActivator
Index of column self_activator
CustomModules
Index of column custom_modules
ActivityId
Index of column activityID
PostImaginationCost
Index of column post_imagination_cost
TimeBeforeSmash
Index of column time_before_smash
Trait Implementations§
source§impl Clone for RebuildComponentColumn
impl Clone for RebuildComponentColumn
source§fn clone(&self) -> RebuildComponentColumn
fn clone(&self) -> RebuildComponentColumn
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 RebuildComponentColumn
impl Debug for RebuildComponentColumn
source§impl Hash for RebuildComponentColumn
impl Hash for RebuildComponentColumn
source§impl Ord for RebuildComponentColumn
impl Ord for RebuildComponentColumn
source§fn cmp(&self, other: &RebuildComponentColumn) -> Ordering
fn cmp(&self, other: &RebuildComponentColumn) -> 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<RebuildComponentColumn> for RebuildComponentColumn
impl PartialEq<RebuildComponentColumn> for RebuildComponentColumn
source§fn eq(&self, other: &RebuildComponentColumn) -> bool
fn eq(&self, other: &RebuildComponentColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<RebuildComponentColumn> for RebuildComponentColumn
impl PartialOrd<RebuildComponentColumn> for RebuildComponentColumn
source§fn partial_cmp(&self, other: &RebuildComponentColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &RebuildComponentColumn) -> 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 RebuildComponentColumn
impl TypedColumn for RebuildComponentColumn
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