pub enum RebuildSectionsColumn {
Show 13 variants
Id,
RebuildId,
ObjectId,
OffsetX,
OffsetY,
OffsetZ,
FallAngleX,
FallAngleY,
FallAngleZ,
FallHeight,
RequiresList,
Size,
BPlaced,
}
Expand description
Columns in table RebuildSections
See also: [`RebuildSections.html>
Variants§
Id
Index of column id
RebuildId
Index of column rebuildID
ObjectId
Index of column objectID
OffsetX
Index of column offset_x
OffsetY
Index of column offset_y
OffsetZ
Index of column offset_z
FallAngleX
Index of column fall_angle_x
FallAngleY
Index of column fall_angle_y
FallAngleZ
Index of column fall_angle_z
FallHeight
Index of column fall_height
RequiresList
Index of column requires_list
Size
Index of column size
BPlaced
Index of column bPlaced
Trait Implementations§
source§impl Clone for RebuildSectionsColumn
impl Clone for RebuildSectionsColumn
source§fn clone(&self) -> RebuildSectionsColumn
fn clone(&self) -> RebuildSectionsColumn
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 RebuildSectionsColumn
impl Debug for RebuildSectionsColumn
source§impl Hash for RebuildSectionsColumn
impl Hash for RebuildSectionsColumn
source§impl Ord for RebuildSectionsColumn
impl Ord for RebuildSectionsColumn
source§fn cmp(&self, other: &RebuildSectionsColumn) -> Ordering
fn cmp(&self, other: &RebuildSectionsColumn) -> 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<RebuildSectionsColumn> for RebuildSectionsColumn
impl PartialEq<RebuildSectionsColumn> for RebuildSectionsColumn
source§fn eq(&self, other: &RebuildSectionsColumn) -> bool
fn eq(&self, other: &RebuildSectionsColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<RebuildSectionsColumn> for RebuildSectionsColumn
impl PartialOrd<RebuildSectionsColumn> for RebuildSectionsColumn
source§fn partial_cmp(&self, other: &RebuildSectionsColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &RebuildSectionsColumn) -> 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 RebuildSectionsColumn
impl TypedColumn for RebuildSectionsColumn
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