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