pub enum MovingPlatformsColumn {
Id,
PlatformIsSimpleMover,
PlatformMoveX,
PlatformMoveY,
PlatformMoveZ,
PlatformMoveTime,
PlatformStartAtEnd,
Description,
}
Expand description
Columns in table MovingPlatforms
See also: [`MovingPlatforms.html>
Variants§
Id
Index of column id
PlatformIsSimpleMover
Index of column platformIsSimpleMover
PlatformMoveX
Index of column platformMoveX
PlatformMoveY
Index of column platformMoveY
PlatformMoveZ
Index of column platformMoveZ
PlatformMoveTime
Index of column platformMoveTime
PlatformStartAtEnd
Index of column platformStartAtEnd
Description
Index of column description
Trait Implementations§
source§impl Clone for MovingPlatformsColumn
impl Clone for MovingPlatformsColumn
source§fn clone(&self) -> MovingPlatformsColumn
fn clone(&self) -> MovingPlatformsColumn
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 MovingPlatformsColumn
impl Debug for MovingPlatformsColumn
source§impl Hash for MovingPlatformsColumn
impl Hash for MovingPlatformsColumn
source§impl Ord for MovingPlatformsColumn
impl Ord for MovingPlatformsColumn
source§fn cmp(&self, other: &MovingPlatformsColumn) -> Ordering
fn cmp(&self, other: &MovingPlatformsColumn) -> 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<MovingPlatformsColumn> for MovingPlatformsColumn
impl PartialEq<MovingPlatformsColumn> for MovingPlatformsColumn
source§fn eq(&self, other: &MovingPlatformsColumn) -> bool
fn eq(&self, other: &MovingPlatformsColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<MovingPlatformsColumn> for MovingPlatformsColumn
impl PartialOrd<MovingPlatformsColumn> for MovingPlatformsColumn
source§fn partial_cmp(&self, other: &MovingPlatformsColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &MovingPlatformsColumn) -> 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 MovingPlatformsColumn
impl TypedColumn for MovingPlatformsColumn
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