Struct good_ormning::sqlite::schema::field::SchemaFieldId
source · pub struct SchemaFieldId(pub String);Tuple Fields§
§0: StringTrait Implementations§
source§impl Clone for SchemaFieldId
impl Clone for SchemaFieldId
source§fn clone(&self) -> SchemaFieldId
fn clone(&self) -> SchemaFieldId
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 SchemaFieldId
impl Debug for SchemaFieldId
source§impl Display for SchemaFieldId
impl Display for SchemaFieldId
source§impl Hash for SchemaFieldId
impl Hash for SchemaFieldId
source§impl Ord for SchemaFieldId
impl Ord for SchemaFieldId
source§fn cmp(&self, other: &SchemaFieldId) -> Ordering
fn cmp(&self, other: &SchemaFieldId) -> 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<SchemaFieldId> for SchemaFieldId
impl PartialEq<SchemaFieldId> for SchemaFieldId
source§fn eq(&self, other: &SchemaFieldId) -> bool
fn eq(&self, other: &SchemaFieldId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<SchemaFieldId> for SchemaFieldId
impl PartialOrd<SchemaFieldId> for SchemaFieldId
source§fn partial_cmp(&self, other: &SchemaFieldId) -> Option<Ordering>
fn partial_cmp(&self, other: &SchemaFieldId) -> 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 more