pub enum ZoneSummaryColumn {
ZoneId,
Type,
Value,
UniqueId,
}
Expand description
Columns in table ZoneSummary
See also: [`ZoneSummary.html>
Variants§
ZoneId
Index of column zoneID
Type
Index of column type
Value
Index of column value
UniqueId
Index of column _uniqueID
Trait Implementations§
source§impl Clone for ZoneSummaryColumn
impl Clone for ZoneSummaryColumn
source§fn clone(&self) -> ZoneSummaryColumn
fn clone(&self) -> ZoneSummaryColumn
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 ZoneSummaryColumn
impl Debug for ZoneSummaryColumn
source§impl Hash for ZoneSummaryColumn
impl Hash for ZoneSummaryColumn
source§impl Ord for ZoneSummaryColumn
impl Ord for ZoneSummaryColumn
source§fn cmp(&self, other: &ZoneSummaryColumn) -> Ordering
fn cmp(&self, other: &ZoneSummaryColumn) -> 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<ZoneSummaryColumn> for ZoneSummaryColumn
impl PartialEq<ZoneSummaryColumn> for ZoneSummaryColumn
source§fn eq(&self, other: &ZoneSummaryColumn) -> bool
fn eq(&self, other: &ZoneSummaryColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ZoneSummaryColumn> for ZoneSummaryColumn
impl PartialOrd<ZoneSummaryColumn> for ZoneSummaryColumn
source§fn partial_cmp(&self, other: &ZoneSummaryColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &ZoneSummaryColumn) -> 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 ZoneSummaryColumn
impl TypedColumn for ZoneSummaryColumn
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