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