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