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