Struct pgx_pg_sys::AlterStatsStmt
source · [−]#[repr(C)]pub struct AlterStatsStmt {
pub type_: NodeTag,
pub defnames: *mut List,
pub stxstattarget: c_int,
pub missing_ok: bool,
}Fields
type_: NodeTagdefnames: *mut Liststxstattarget: c_intmissing_ok: boolTrait Implementations
sourceimpl Clone for AlterStatsStmt
impl Clone for AlterStatsStmt
sourcefn clone(&self) -> AlterStatsStmt
fn clone(&self) -> AlterStatsStmt
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 AlterStatsStmt
impl Debug for AlterStatsStmt
sourceimpl Default for AlterStatsStmt
impl Default for AlterStatsStmt
sourceimpl Display for AlterStatsStmt
impl Display for AlterStatsStmt
sourceimpl PgNode for AlterStatsStmt
impl PgNode for AlterStatsStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for AlterStatsStmt
Auto Trait Implementations
impl RefUnwindSafe for AlterStatsStmt
impl !Send for AlterStatsStmt
impl !Sync for AlterStatsStmt
impl Unpin for AlterStatsStmt
impl UnwindSafe for AlterStatsStmt
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