pub enum PgSslMode {
Disable,
Prefer,
Require,
VerifyCa,
VerifyFull,
}Variants§
Implementations§
Trait Implementations§
impl Copy for PgSslMode
Auto Trait Implementations§
impl Freeze for PgSslMode
impl RefUnwindSafe for PgSslMode
impl Send for PgSslMode
impl Sync for PgSslMode
impl Unpin for PgSslMode
impl UnwindSafe for PgSslMode
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