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