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