pub enum JetPackPadComponentColumn {
Id,
XDistance,
YDistance,
WarnDistance,
LotBlocker,
LotWarningVolume,
}
Expand description
Columns in table JetPackPadComponent
See also: [`JetPackPadComponent.html>
Variants§
Id
Index of column id
XDistance
Index of column xDistance
YDistance
Index of column yDistance
WarnDistance
Index of column warnDistance
LotBlocker
Index of column lotBlocker
LotWarningVolume
Index of column lotWarningVolume
Trait Implementations§
source§impl Clone for JetPackPadComponentColumn
impl Clone for JetPackPadComponentColumn
source§fn clone(&self) -> JetPackPadComponentColumn
fn clone(&self) -> JetPackPadComponentColumn
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 JetPackPadComponentColumn
impl Debug for JetPackPadComponentColumn
source§impl Hash for JetPackPadComponentColumn
impl Hash for JetPackPadComponentColumn
source§impl Ord for JetPackPadComponentColumn
impl Ord for JetPackPadComponentColumn
source§fn cmp(&self, other: &JetPackPadComponentColumn) -> Ordering
fn cmp(&self, other: &JetPackPadComponentColumn) -> 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<JetPackPadComponentColumn> for JetPackPadComponentColumn
impl PartialEq<JetPackPadComponentColumn> for JetPackPadComponentColumn
source§fn eq(&self, other: &JetPackPadComponentColumn) -> bool
fn eq(&self, other: &JetPackPadComponentColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<JetPackPadComponentColumn> for JetPackPadComponentColumn
impl PartialOrd<JetPackPadComponentColumn> for JetPackPadComponentColumn
source§fn partial_cmp(&self, other: &JetPackPadComponentColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &JetPackPadComponentColumn) -> 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 JetPackPadComponentColumn
impl TypedColumn for JetPackPadComponentColumn
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