pub enum PgIdentityKind {
Always,
ByDefault,
}Expand description
PostgreSQL identity-column labels.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PgIdentityKind
impl Clone for PgIdentityKind
Source§fn clone(&self) -> PgIdentityKind
fn clone(&self) -> PgIdentityKind
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 PgIdentityKind
impl Debug for PgIdentityKind
Source§impl Display for PgIdentityKind
impl Display for PgIdentityKind
Source§impl Hash for PgIdentityKind
impl Hash for PgIdentityKind
Source§impl Ord for PgIdentityKind
impl Ord for PgIdentityKind
Source§fn cmp(&self, other: &PgIdentityKind) -> Ordering
fn cmp(&self, other: &PgIdentityKind) -> 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 PgIdentityKind
impl PartialEq for PgIdentityKind
Source§fn eq(&self, other: &PgIdentityKind) -> bool
fn eq(&self, other: &PgIdentityKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PgIdentityKind
impl PartialOrd for PgIdentityKind
impl Copy for PgIdentityKind
impl Eq for PgIdentityKind
impl StructuralPartialEq for PgIdentityKind
Auto Trait Implementations§
impl Freeze for PgIdentityKind
impl RefUnwindSafe for PgIdentityKind
impl Send for PgIdentityKind
impl Sync for PgIdentityKind
impl Unpin for PgIdentityKind
impl UnsafeUnpin for PgIdentityKind
impl UnwindSafe for PgIdentityKind
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