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