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