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