pub struct HasPasswordTrue;Expand description
Sentinel value which allows a CredentialPattern to be added to
a PgPass.
Trait Implementations§
Source§impl Clone for HasPasswordTrue
impl Clone for HasPasswordTrue
Source§fn clone(&self) -> HasPasswordTrue
fn clone(&self) -> HasPasswordTrue
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 HasPasswordTrue
impl Debug for HasPasswordTrue
Source§impl Hash for HasPasswordTrue
impl Hash for HasPasswordTrue
Source§impl Ord for HasPasswordTrue
impl Ord for HasPasswordTrue
Source§fn cmp(&self, other: &HasPasswordTrue) -> Ordering
fn cmp(&self, other: &HasPasswordTrue) -> 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 HasPasswordTrue
impl PartialEq for HasPasswordTrue
Source§impl PartialOrd for HasPasswordTrue
impl PartialOrd for HasPasswordTrue
impl Copy for HasPasswordTrue
impl Eq for HasPasswordTrue
impl StructuralPartialEq for HasPasswordTrue
Auto Trait Implementations§
impl Freeze for HasPasswordTrue
impl RefUnwindSafe for HasPasswordTrue
impl Send for HasPasswordTrue
impl Sync for HasPasswordTrue
impl Unpin for HasPasswordTrue
impl UnwindSafe for HasPasswordTrue
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