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 Ord for SchemaConstraintId
impl Ord for SchemaConstraintId
source§fn cmp(&self, other: &SchemaConstraintId) -> Ordering
fn cmp(&self, other: &SchemaConstraintId) -> 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<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 ==.source§impl PartialOrd<SchemaConstraintId> for SchemaConstraintId
impl PartialOrd<SchemaConstraintId> for SchemaConstraintId
source§fn partial_cmp(&self, other: &SchemaConstraintId) -> Option<Ordering>
fn partial_cmp(&self, other: &SchemaConstraintId) -> 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