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