Struct pgx_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_: NodeTagdefnames: *mut Liststat_types: *mut Listexprs: *mut Listrelations: *mut Liststxcomment: *mut c_chartransformed: boolif_not_exists: boolTrait Implementations
sourceimpl Clone for CreateStatsStmt
impl Clone for CreateStatsStmt
sourcefn clone(&self) -> CreateStatsStmt
fn clone(&self) -> CreateStatsStmt
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 CreateStatsStmt
impl Debug for CreateStatsStmt
sourceimpl Default for CreateStatsStmt
impl Default for CreateStatsStmt
sourceimpl Display for CreateStatsStmt
impl Display for CreateStatsStmt
sourceimpl PgNode for CreateStatsStmt
impl PgNode for CreateStatsStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for CreateStatsStmt
Auto Trait Implementations
impl RefUnwindSafe for CreateStatsStmt
impl !Send for CreateStatsStmt
impl !Sync for CreateStatsStmt
impl Unpin for CreateStatsStmt
impl UnwindSafe for CreateStatsStmt
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