pub struct SqlTableName(/* private fields */);Expand description
SQL table name primitive.
Implementations§
Source§impl SqlTableName
impl SqlTableName
Trait Implementations§
Source§impl AsRef<str> for SqlTableName
impl AsRef<str> for SqlTableName
Source§impl Clone for SqlTableName
impl Clone for SqlTableName
Source§fn clone(&self) -> SqlTableName
fn clone(&self) -> SqlTableName
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SqlTableName
impl Debug for SqlTableName
Source§impl Display for SqlTableName
impl Display for SqlTableName
Source§impl FromStr for SqlTableName
impl FromStr for SqlTableName
Source§impl Hash for SqlTableName
impl Hash for SqlTableName
Source§impl Ord for SqlTableName
impl Ord for SqlTableName
Source§fn cmp(&self, other: &SqlTableName) -> Ordering
fn cmp(&self, other: &SqlTableName) -> Ordering
1.21.0 (const: unstable) · 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 SqlTableName
impl PartialEq for SqlTableName
Source§fn eq(&self, other: &SqlTableName) -> bool
fn eq(&self, other: &SqlTableName) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SqlTableName
impl PartialOrd for SqlTableName
impl Eq for SqlTableName
impl StructuralPartialEq for SqlTableName
Auto Trait Implementations§
impl Freeze for SqlTableName
impl RefUnwindSafe for SqlTableName
impl Send for SqlTableName
impl Sync for SqlTableName
impl Unpin for SqlTableName
impl UnsafeUnpin for SqlTableName
impl UnwindSafe for SqlTableName
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