Struct good_ormning::sqlite::schema::table::SchemaTableId
source · pub struct SchemaTableId(pub String);Tuple Fields§
§0: StringTrait Implementations§
source§impl Clone for SchemaTableId
impl Clone for SchemaTableId
source§fn clone(&self) -> SchemaTableId
fn clone(&self) -> SchemaTableId
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 SchemaTableId
impl Debug for SchemaTableId
source§impl Display for SchemaTableId
impl Display for SchemaTableId
source§impl Hash for SchemaTableId
impl Hash for SchemaTableId
source§impl Ord for SchemaTableId
impl Ord for SchemaTableId
source§fn cmp(&self, other: &SchemaTableId) -> Ordering
fn cmp(&self, other: &SchemaTableId) -> 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 for SchemaTableId
impl PartialEq for SchemaTableId
source§fn eq(&self, other: &SchemaTableId) -> bool
fn eq(&self, other: &SchemaTableId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for SchemaTableId
impl PartialOrd for SchemaTableId
source§fn partial_cmp(&self, other: &SchemaTableId) -> Option<Ordering>
fn partial_cmp(&self, other: &SchemaTableId) -> 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 moreimpl Eq for SchemaTableId
impl StructuralEq for SchemaTableId
impl StructuralPartialEq for SchemaTableId
Auto Trait Implementations§
impl RefUnwindSafe for SchemaTableId
impl Send for SchemaTableId
impl Sync for SchemaTableId
impl Unpin for SchemaTableId
impl UnwindSafe for SchemaTableId
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more