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 duplicate 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§impl PartialOrd for SchemaTableId
impl PartialOrd for SchemaTableId
impl Eq for SchemaTableId
impl StructuralPartialEq for SchemaTableId
Auto Trait Implementations§
impl Freeze for SchemaTableId
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