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