Struct pgrx_pg_sys::PgBackendGSSStatus
source · #[repr(C)]pub struct PgBackendGSSStatus {
pub gss_princ: [c_char; 64],
pub gss_auth: bool,
pub gss_enc: bool,
}
Fields§
§gss_princ: [c_char; 64]
§gss_auth: bool
§gss_enc: bool
Trait Implementations§
source§impl Clone for PgBackendGSSStatus
impl Clone for PgBackendGSSStatus
source§fn clone(&self) -> PgBackendGSSStatus
fn clone(&self) -> PgBackendGSSStatus
Returns a copy 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 PgBackendGSSStatus
impl Debug for PgBackendGSSStatus
source§impl Default for PgBackendGSSStatus
impl Default for PgBackendGSSStatus
impl Copy for PgBackendGSSStatus
Auto Trait Implementations§
impl Freeze for PgBackendGSSStatus
impl RefUnwindSafe for PgBackendGSSStatus
impl Send for PgBackendGSSStatus
impl Sync for PgBackendGSSStatus
impl Unpin for PgBackendGSSStatus
impl UnwindSafe for PgBackendGSSStatus
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