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