pub struct PgTypeOid(/* private fields */);Expand description
Optional primitive wrapper for a PostgreSQL type OID.
Implementations§
Trait Implementations§
Source§impl Ord for PgTypeOid
impl Ord for PgTypeOid
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 PartialOrd for PgTypeOid
impl PartialOrd for PgTypeOid
impl Copy for PgTypeOid
impl Eq for PgTypeOid
impl StructuralPartialEq for PgTypeOid
Auto Trait Implementations§
impl Freeze for PgTypeOid
impl RefUnwindSafe for PgTypeOid
impl Send for PgTypeOid
impl Sync for PgTypeOid
impl Unpin for PgTypeOid
impl UnsafeUnpin for PgTypeOid
impl UnwindSafe for PgTypeOid
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