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