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