#[repr(C)]pub struct AlterStatsStmt {
pub type_: NodeTag,
pub defnames: *mut List,
pub stxstattarget: c_int,
pub missing_ok: bool,
}
Fields§
§type_: NodeTag
§defnames: *mut List
§stxstattarget: c_int
§missing_ok: bool
Trait Implementations§
Source§impl Clone for AlterStatsStmt
impl Clone for AlterStatsStmt
Source§fn clone(&self) -> AlterStatsStmt
fn clone(&self) -> AlterStatsStmt
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 AlterStatsStmt
impl Debug for AlterStatsStmt
Source§impl Default for AlterStatsStmt
impl Default for AlterStatsStmt
Source§impl Display for AlterStatsStmt
impl Display for AlterStatsStmt
Source§impl PgNode for AlterStatsStmt
impl PgNode for AlterStatsStmt
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for AlterStatsStmt
Auto Trait Implementations§
impl Freeze for AlterStatsStmt
impl RefUnwindSafe for AlterStatsStmt
impl !Send for AlterStatsStmt
impl !Sync for AlterStatsStmt
impl Unpin for AlterStatsStmt
impl UnwindSafe for AlterStatsStmt
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