pub enum MissionNpcComponentColumn {
Id,
MissionId,
OffersMission,
AcceptsMission,
GateVersion,
}
Expand description
Columns in table MissionNPCComponent
See also: [`MissionNPCComponent.html>
Variants§
Id
Index of column id
MissionId
Index of column missionID
OffersMission
Index of column offersMission
AcceptsMission
Index of column acceptsMission
GateVersion
Index of column gate_version
Trait Implementations§
source§impl Clone for MissionNpcComponentColumn
impl Clone for MissionNpcComponentColumn
source§fn clone(&self) -> MissionNpcComponentColumn
fn clone(&self) -> MissionNpcComponentColumn
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 MissionNpcComponentColumn
impl Debug for MissionNpcComponentColumn
source§impl Hash for MissionNpcComponentColumn
impl Hash for MissionNpcComponentColumn
source§impl Ord for MissionNpcComponentColumn
impl Ord for MissionNpcComponentColumn
source§fn cmp(&self, other: &MissionNpcComponentColumn) -> Ordering
fn cmp(&self, other: &MissionNpcComponentColumn) -> 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<MissionNpcComponentColumn> for MissionNpcComponentColumn
impl PartialEq<MissionNpcComponentColumn> for MissionNpcComponentColumn
source§fn eq(&self, other: &MissionNpcComponentColumn) -> bool
fn eq(&self, other: &MissionNpcComponentColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<MissionNpcComponentColumn> for MissionNpcComponentColumn
impl PartialOrd<MissionNpcComponentColumn> for MissionNpcComponentColumn
source§fn partial_cmp(&self, other: &MissionNpcComponentColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &MissionNpcComponentColumn) -> 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 MissionNpcComponentColumn
impl TypedColumn for MissionNpcComponentColumn
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