pub struct SqlAlias(/* private fields */);Expand description
A SQL alias identifier.
Implementations§
Source§impl SqlAlias
impl SqlAlias
Sourcepub const fn identifier(&self) -> &SqlIdentifier
pub const fn identifier(&self) -> &SqlIdentifier
Returns the alias as an identifier.
Trait Implementations§
Source§impl Ord for SqlAlias
impl Ord for SqlAlias
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 PartialOrd for SqlAlias
impl PartialOrd for SqlAlias
impl Eq for SqlAlias
impl StructuralPartialEq for SqlAlias
Auto Trait Implementations§
impl Freeze for SqlAlias
impl RefUnwindSafe for SqlAlias
impl Send for SqlAlias
impl Sync for SqlAlias
impl Unpin for SqlAlias
impl UnsafeUnpin for SqlAlias
impl UnwindSafe for SqlAlias
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