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