Struct pgrx_pg_sys::CreateStatsStmt
source · #[repr(C)]pub struct CreateStatsStmt {
pub type_: NodeTag,
pub defnames: *mut List,
pub stat_types: *mut List,
pub exprs: *mut List,
pub relations: *mut List,
pub stxcomment: *mut c_char,
pub transformed: bool,
pub if_not_exists: bool,
}
Fields§
§type_: NodeTag
§defnames: *mut List
§stat_types: *mut List
§exprs: *mut List
§relations: *mut List
§stxcomment: *mut c_char
§transformed: bool
§if_not_exists: bool
Trait Implementations§
source§impl Clone for CreateStatsStmt
impl Clone for CreateStatsStmt
source§fn clone(&self) -> CreateStatsStmt
fn clone(&self) -> CreateStatsStmt
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 CreateStatsStmt
impl Debug for CreateStatsStmt
source§impl Default for CreateStatsStmt
impl Default for CreateStatsStmt
source§impl Display for CreateStatsStmt
impl Display for CreateStatsStmt
source§impl PgNode for CreateStatsStmt
impl PgNode for CreateStatsStmt
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for CreateStatsStmt
Auto Trait Implementations§
impl Freeze for CreateStatsStmt
impl RefUnwindSafe for CreateStatsStmt
impl !Send for CreateStatsStmt
impl !Sync for CreateStatsStmt
impl Unpin for CreateStatsStmt
impl UnwindSafe for CreateStatsStmt
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