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