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