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