pub struct PostgresQl;Expand description
The PostgreSQL License.
Trait Implementations§
Source§impl Clone for PostgresQl
impl Clone for PostgresQl
Source§fn clone(&self) -> PostgresQl
fn clone(&self) -> PostgresQl
Returns a duplicate of the value. Read more
1.0.0 · 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 PostgresQl
impl Debug for PostgresQl
Source§impl Default for PostgresQl
impl Default for PostgresQl
Source§fn default() -> PostgresQl
fn default() -> PostgresQl
Returns the “default value” for a type. Read more
Source§impl Hash for PostgresQl
impl Hash for PostgresQl
Source§impl License for PostgresQl
impl License for PostgresQl
Source§fn is_osi_approved(&self) -> bool
fn is_osi_approved(&self) -> bool
Says if the license is OSI approved. Read more
Source§fn is_fsf_libre(&self) -> bool
fn is_fsf_libre(&self) -> bool
Says if the license is FSF Libre. Read more
Source§fn is_deprecated(&self) -> bool
fn is_deprecated(&self) -> bool
Says if the license is deprecated.
Source§impl Ord for PostgresQl
impl Ord for PostgresQl
Source§fn cmp(&self, other: &PostgresQl) -> Ordering
fn cmp(&self, other: &PostgresQl) -> Ordering
1.21.0 · 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 PostgresQl
impl PartialEq for PostgresQl
Source§impl PartialOrd for PostgresQl
impl PartialOrd for PostgresQl
impl Copy for PostgresQl
impl Eq for PostgresQl
impl StructuralPartialEq for PostgresQl
Auto Trait Implementations§
impl Freeze for PostgresQl
impl RefUnwindSafe for PostgresQl
impl Send for PostgresQl
impl Sync for PostgresQl
impl Unpin for PostgresQl
impl UnwindSafe for PostgresQl
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