pub enum PgInitially {
Immediate,
Deferred,
}Expand description
Initial timing label for deferrable PostgreSQL constraints.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PgInitially
impl Clone for PgInitially
Source§fn clone(&self) -> PgInitially
fn clone(&self) -> PgInitially
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 PgInitially
impl Debug for PgInitially
Source§impl Default for PgInitially
impl Default for PgInitially
Source§fn default() -> PgInitially
fn default() -> PgInitially
Returns the “default value” for a type. Read more
Source§impl Display for PgInitially
impl Display for PgInitially
Source§impl Hash for PgInitially
impl Hash for PgInitially
Source§impl Ord for PgInitially
impl Ord for PgInitially
Source§fn cmp(&self, other: &PgInitially) -> Ordering
fn cmp(&self, other: &PgInitially) -> 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 PgInitially
impl PartialEq for PgInitially
Source§fn eq(&self, other: &PgInitially) -> bool
fn eq(&self, other: &PgInitially) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PgInitially
impl PartialOrd for PgInitially
impl Copy for PgInitially
impl Eq for PgInitially
impl StructuralPartialEq for PgInitially
Auto Trait Implementations§
impl Freeze for PgInitially
impl RefUnwindSafe for PgInitially
impl Send for PgInitially
impl Sync for PgInitially
impl Unpin for PgInitially
impl UnsafeUnpin for PgInitially
impl UnwindSafe for PgInitially
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