pub struct SqlTableAlias(/* private fields */);Expand description
SQL table alias primitive.
Implementations§
Source§impl SqlTableAlias
impl SqlTableAlias
Trait Implementations§
Source§impl Clone for SqlTableAlias
impl Clone for SqlTableAlias
Source§fn clone(&self) -> SqlTableAlias
fn clone(&self) -> SqlTableAlias
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 SqlTableAlias
impl Debug for SqlTableAlias
Source§impl Display for SqlTableAlias
impl Display for SqlTableAlias
Source§impl Hash for SqlTableAlias
impl Hash for SqlTableAlias
Source§impl Ord for SqlTableAlias
impl Ord for SqlTableAlias
Source§fn cmp(&self, other: &SqlTableAlias) -> Ordering
fn cmp(&self, other: &SqlTableAlias) -> 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 SqlTableAlias
impl PartialEq for SqlTableAlias
Source§fn eq(&self, other: &SqlTableAlias) -> bool
fn eq(&self, other: &SqlTableAlias) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SqlTableAlias
impl PartialOrd for SqlTableAlias
impl Eq for SqlTableAlias
impl StructuralPartialEq for SqlTableAlias
Auto Trait Implementations§
impl Freeze for SqlTableAlias
impl RefUnwindSafe for SqlTableAlias
impl Send for SqlTableAlias
impl Sync for SqlTableAlias
impl Unpin for SqlTableAlias
impl UnsafeUnpin for SqlTableAlias
impl UnwindSafe for SqlTableAlias
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