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 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 ==.