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