#[repr(C)]pub struct FormData_pg_index {Show 15 fields
pub indexrelid: Oid,
pub indrelid: Oid,
pub indnatts: int16,
pub indnkeyatts: int16,
pub indisunique: bool,
pub indisprimary: bool,
pub indisexclusion: bool,
pub indimmediate: bool,
pub indisclustered: bool,
pub indisvalid: bool,
pub indcheckxmin: bool,
pub indisready: bool,
pub indislive: bool,
pub indisreplident: bool,
pub indkey: int2vector,
}Fields§
§indexrelid: Oid§indrelid: Oid§indnatts: int16§indnkeyatts: int16§indisunique: bool§indisprimary: bool§indisexclusion: bool§indimmediate: bool§indisclustered: bool§indisvalid: bool§indcheckxmin: bool§indisready: bool§indislive: bool§indisreplident: bool§indkey: int2vectorTrait Implementations§
Source§impl Debug for FormData_pg_index
impl Debug for FormData_pg_index
Auto Trait Implementations§
impl Freeze for FormData_pg_index
impl RefUnwindSafe for FormData_pg_index
impl Send for FormData_pg_index
impl Sync for FormData_pg_index
impl Unpin for FormData_pg_index
impl UnwindSafe for FormData_pg_index
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