Struct rpgffi::RefreshMatViewStmt [] [src]

#[repr(C)]
pub struct RefreshMatViewStmt { pub type_: NodeTag, pub concurrent: bool_, pub skipData: bool_, pub relation: *mut RangeVar, }

Fields

Trait Implementations

impl Copy for RefreshMatViewStmt
[src]

impl Clone for RefreshMatViewStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more