pub enum PossessableComponentColumn {
Show 15 variants
Id,
ControlSchemeId,
MinifigAttachPoint,
MinifigAttachAnimation,
MinifigDetachAnimation,
MountAttachAnimation,
MountDetachAnimation,
AttachOffsetFwd,
AttachOffsetRight,
PossessionType,
WantBillboard,
BillboardOffsetUp,
DepossessOnHit,
HitStunTime,
SkillSet,
}
Expand description
Columns in table PossessableComponent
See also: [`PossessableComponent.html>
Variants§
Id
Index of column id
ControlSchemeId
Index of column controlSchemeID
MinifigAttachPoint
Index of column minifigAttachPoint
MinifigAttachAnimation
Index of column minifigAttachAnimation
MinifigDetachAnimation
Index of column minifigDetachAnimation
MountAttachAnimation
Index of column mountAttachAnimation
MountDetachAnimation
Index of column mountDetachAnimation
AttachOffsetFwd
Index of column attachOffsetFwd
AttachOffsetRight
Index of column attachOffsetRight
PossessionType
Index of column possessionType
WantBillboard
Index of column wantBillboard
BillboardOffsetUp
Index of column billboardOffsetUp
DepossessOnHit
Index of column depossessOnHit
HitStunTime
Index of column hitStunTime
SkillSet
Index of column skillSet
Trait Implementations§
source§impl Clone for PossessableComponentColumn
impl Clone for PossessableComponentColumn
source§fn clone(&self) -> PossessableComponentColumn
fn clone(&self) -> PossessableComponentColumn
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 PossessableComponentColumn
impl Debug for PossessableComponentColumn
source§impl Hash for PossessableComponentColumn
impl Hash for PossessableComponentColumn
source§impl Ord for PossessableComponentColumn
impl Ord for PossessableComponentColumn
source§fn cmp(&self, other: &PossessableComponentColumn) -> Ordering
fn cmp(&self, other: &PossessableComponentColumn) -> 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<PossessableComponentColumn> for PossessableComponentColumn
impl PartialEq<PossessableComponentColumn> for PossessableComponentColumn
source§fn eq(&self, other: &PossessableComponentColumn) -> bool
fn eq(&self, other: &PossessableComponentColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<PossessableComponentColumn> for PossessableComponentColumn
impl PartialOrd<PossessableComponentColumn> for PossessableComponentColumn
source§fn partial_cmp(&self, other: &PossessableComponentColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &PossessableComponentColumn) -> 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 PossessableComponentColumn
impl TypedColumn for PossessableComponentColumn
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