Struct pgx_pg_sys::StatisticExtInfo
source · [−]#[repr(C)]pub struct StatisticExtInfo {
pub type_: NodeTag,
pub statOid: Oid,
pub rel: *mut RelOptInfo,
pub kind: c_char,
pub keys: *mut Bitmapset,
pub exprs: *mut List,
}Fields
type_: NodeTagstatOid: Oidrel: *mut RelOptInfokind: c_charkeys: *mut Bitmapsetexprs: *mut ListTrait Implementations
sourceimpl Clone for StatisticExtInfo
impl Clone for StatisticExtInfo
sourcefn clone(&self) -> StatisticExtInfo
fn clone(&self) -> StatisticExtInfo
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for StatisticExtInfo
impl Debug for StatisticExtInfo
sourceimpl Default for StatisticExtInfo
impl Default for StatisticExtInfo
sourceimpl Display for StatisticExtInfo
impl Display for StatisticExtInfo
sourceimpl PgNode for StatisticExtInfo
impl PgNode for StatisticExtInfo
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for StatisticExtInfo
Auto Trait Implementations
impl RefUnwindSafe for StatisticExtInfo
impl !Send for StatisticExtInfo
impl !Sync for StatisticExtInfo
impl Unpin for StatisticExtInfo
impl UnwindSafe for StatisticExtInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more