pub enum RocketLaunchpadControlComponentColumn {
Show 13 variants
Id,
TargetZone,
DefaultZoneId,
TargetScene,
GmLevel,
PlayerAnimation,
RocketAnimation,
LaunchMusic,
UseLaunchPrecondition,
UseAltLandingPrecondition,
LaunchPrecondition,
AltLandingPrecondition,
AltLandingSpawnPointName,
}
Expand description
Columns in table RocketLaunchpadControlComponent
See also: [`RocketLaunchpadControlComponent.html>
Variants§
Id
Index of column id
TargetZone
Index of column targetZone
DefaultZoneId
Index of column defaultZoneID
TargetScene
Index of column targetScene
GmLevel
Index of column gmLevel
PlayerAnimation
Index of column playerAnimation
RocketAnimation
Index of column rocketAnimation
LaunchMusic
Index of column launchMusic
UseLaunchPrecondition
Index of column useLaunchPrecondition
UseAltLandingPrecondition
Index of column useAltLandingPrecondition
LaunchPrecondition
Index of column launchPrecondition
AltLandingPrecondition
Index of column altLandingPrecondition
AltLandingSpawnPointName
Index of column altLandingSpawnPointName
Trait Implementations§
source§impl Clone for RocketLaunchpadControlComponentColumn
impl Clone for RocketLaunchpadControlComponentColumn
source§fn clone(&self) -> RocketLaunchpadControlComponentColumn
fn clone(&self) -> RocketLaunchpadControlComponentColumn
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 Ord for RocketLaunchpadControlComponentColumn
impl Ord for RocketLaunchpadControlComponentColumn
source§fn cmp(&self, other: &RocketLaunchpadControlComponentColumn) -> Ordering
fn cmp(&self, other: &RocketLaunchpadControlComponentColumn) -> 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<RocketLaunchpadControlComponentColumn> for RocketLaunchpadControlComponentColumn
impl PartialEq<RocketLaunchpadControlComponentColumn> for RocketLaunchpadControlComponentColumn
source§fn eq(&self, other: &RocketLaunchpadControlComponentColumn) -> bool
fn eq(&self, other: &RocketLaunchpadControlComponentColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<RocketLaunchpadControlComponentColumn> for RocketLaunchpadControlComponentColumn
impl PartialOrd<RocketLaunchpadControlComponentColumn> for RocketLaunchpadControlComponentColumn
source§fn partial_cmp(
&self,
other: &RocketLaunchpadControlComponentColumn
) -> Option<Ordering>
fn partial_cmp( &self, other: &RocketLaunchpadControlComponentColumn ) -> 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 RocketLaunchpadControlComponentColumn
impl TypedColumn for RocketLaunchpadControlComponentColumn
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