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