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