#[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_: NodeTag§statOid: Oid§rel: *mut RelOptInfo§kind: c_char§keys: *mut Bitmapset§exprs: *mut ListTrait Implementations§
Source§impl Clone for StatisticExtInfo
impl Clone for StatisticExtInfo
Source§fn clone(&self) -> StatisticExtInfo
fn clone(&self) -> StatisticExtInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StatisticExtInfo
Source§impl Debug for StatisticExtInfo
impl Debug for StatisticExtInfo
Source§impl Default for StatisticExtInfo
impl Default for StatisticExtInfo
Source§impl Display for StatisticExtInfo
impl Display for StatisticExtInfo
Source§impl PgNode for StatisticExtInfo
impl PgNode for StatisticExtInfo
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
Auto Trait Implementations§
impl !Send for StatisticExtInfo
impl !Sync for StatisticExtInfo
impl Freeze for StatisticExtInfo
impl RefUnwindSafe for StatisticExtInfo
impl Unpin for StatisticExtInfo
impl UnsafeUnpin for StatisticExtInfo
impl UnwindSafe for StatisticExtInfo
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