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