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