pub enum ProximityTypesColumn {
Id,
Name,
Radius,
CollisionGroup,
PassiveChecks,
IconId,
LoadOnClient,
LoadOnServer,
}
Expand description
Columns in table ProximityTypes
See also: [`ProximityTypes.html>
Variants§
Id
Index of column id
Name
Index of column Name
Radius
Index of column Radius
CollisionGroup
Index of column CollisionGroup
PassiveChecks
Index of column PassiveChecks
IconId
Index of column IconID
LoadOnClient
Index of column LoadOnClient
LoadOnServer
Index of column LoadOnServer
Trait Implementations§
source§impl Clone for ProximityTypesColumn
impl Clone for ProximityTypesColumn
source§fn clone(&self) -> ProximityTypesColumn
fn clone(&self) -> ProximityTypesColumn
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 ProximityTypesColumn
impl Debug for ProximityTypesColumn
source§impl Hash for ProximityTypesColumn
impl Hash for ProximityTypesColumn
source§impl Ord for ProximityTypesColumn
impl Ord for ProximityTypesColumn
source§fn cmp(&self, other: &ProximityTypesColumn) -> Ordering
fn cmp(&self, other: &ProximityTypesColumn) -> 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<ProximityTypesColumn> for ProximityTypesColumn
impl PartialEq<ProximityTypesColumn> for ProximityTypesColumn
source§fn eq(&self, other: &ProximityTypesColumn) -> bool
fn eq(&self, other: &ProximityTypesColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ProximityTypesColumn> for ProximityTypesColumn
impl PartialOrd<ProximityTypesColumn> for ProximityTypesColumn
source§fn partial_cmp(&self, other: &ProximityTypesColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &ProximityTypesColumn) -> 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 ProximityTypesColumn
impl TypedColumn for ProximityTypesColumn
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