pub enum BlueprintsColumn {
Id,
Name,
Description,
Accountid,
Characterid,
Price,
Rating,
Categoryid,
Lxfpath,
Deleted,
Created,
Modified,
}
Expand description
Columns in table Blueprints
See also: [`Blueprints.html>
Variants§
Id
Index of column id
Name
Index of column name
Description
Index of column description
Accountid
Index of column accountid
Characterid
Index of column characterid
Price
Index of column price
Rating
Index of column rating
Categoryid
Index of column categoryid
Lxfpath
Index of column lxfpath
Deleted
Index of column deleted
Created
Index of column created
Modified
Index of column modified
Trait Implementations§
source§impl Clone for BlueprintsColumn
impl Clone for BlueprintsColumn
source§fn clone(&self) -> BlueprintsColumn
fn clone(&self) -> BlueprintsColumn
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 BlueprintsColumn
impl Debug for BlueprintsColumn
source§impl Hash for BlueprintsColumn
impl Hash for BlueprintsColumn
source§impl Ord for BlueprintsColumn
impl Ord for BlueprintsColumn
source§fn cmp(&self, other: &BlueprintsColumn) -> Ordering
fn cmp(&self, other: &BlueprintsColumn) -> 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<BlueprintsColumn> for BlueprintsColumn
impl PartialEq<BlueprintsColumn> for BlueprintsColumn
source§fn eq(&self, other: &BlueprintsColumn) -> bool
fn eq(&self, other: &BlueprintsColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<BlueprintsColumn> for BlueprintsColumn
impl PartialOrd<BlueprintsColumn> for BlueprintsColumn
source§fn partial_cmp(&self, other: &BlueprintsColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &BlueprintsColumn) -> 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 BlueprintsColumn
impl TypedColumn for BlueprintsColumn
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