Enum paradox_typed_db::columns::NpcIconsColumn
source · pub enum NpcIconsColumn {
Show 15 variants
Id,
Color,
Offset,
Lot,
Texture,
IsClickable,
Scale,
RotateToFace,
CompositeHorizOffset,
CompositeVertOffset,
CompositeScale,
CompositeConnectionNode,
CompositeLotMultiMission,
CompositeLotMultiMissionVentor,
CompositeIconTexture,
}
Expand description
Columns in table NpcIcons
See also: [`NpcIcons.html>
Variants§
Id
Index of column id
Color
Index of column color
Offset
Index of column offset
Lot
Index of column LOT
Texture
Index of column Texture
IsClickable
Index of column isClickable
Scale
Index of column scale
RotateToFace
Index of column rotateToFace
CompositeHorizOffset
Index of column compositeHorizOffset
CompositeVertOffset
Index of column compositeVertOffset
CompositeScale
Index of column compositeScale
CompositeConnectionNode
Index of column compositeConnectionNode
CompositeLotMultiMission
Index of column compositeLOTMultiMission
CompositeLotMultiMissionVentor
Index of column compositeLOTMultiMissionVentor
CompositeIconTexture
Index of column compositeIconTexture
Trait Implementations§
source§impl Clone for NpcIconsColumn
impl Clone for NpcIconsColumn
source§fn clone(&self) -> NpcIconsColumn
fn clone(&self) -> NpcIconsColumn
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 NpcIconsColumn
impl Debug for NpcIconsColumn
source§impl Hash for NpcIconsColumn
impl Hash for NpcIconsColumn
source§impl Ord for NpcIconsColumn
impl Ord for NpcIconsColumn
source§fn cmp(&self, other: &NpcIconsColumn) -> Ordering
fn cmp(&self, other: &NpcIconsColumn) -> 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<NpcIconsColumn> for NpcIconsColumn
impl PartialEq<NpcIconsColumn> for NpcIconsColumn
source§fn eq(&self, other: &NpcIconsColumn) -> bool
fn eq(&self, other: &NpcIconsColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<NpcIconsColumn> for NpcIconsColumn
impl PartialOrd<NpcIconsColumn> for NpcIconsColumn
source§fn partial_cmp(&self, other: &NpcIconsColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &NpcIconsColumn) -> 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 NpcIconsColumn
impl TypedColumn for NpcIconsColumn
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