#[repr(C)]pub struct FormData_pg_statistic_ext {
pub oid: Oid,
pub stxrelid: Oid,
pub stxname: NameData,
pub stxnamespace: Oid,
pub stxowner: Oid,
pub stxstattarget: int32,
pub stxkeys: int2vector,
}Fields§
§oid: Oid§stxrelid: Oid§stxname: NameData§stxnamespace: Oid§stxowner: Oid§stxstattarget: int32§stxkeys: int2vectorTrait Implementations§
Source§impl Debug for FormData_pg_statistic_ext
impl Debug for FormData_pg_statistic_ext
Auto Trait Implementations§
impl Freeze for FormData_pg_statistic_ext
impl RefUnwindSafe for FormData_pg_statistic_ext
impl Send for FormData_pg_statistic_ext
impl Sync for FormData_pg_statistic_ext
impl Unpin for FormData_pg_statistic_ext
impl UnsafeUnpin for FormData_pg_statistic_ext
impl UnwindSafe for FormData_pg_statistic_ext
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