Struct pgx_pg_sys::ReindexStmt
source · [−]#[repr(C)]pub struct ReindexStmt {
pub type_: NodeTag,
pub kind: ReindexObjectType,
pub relation: *mut RangeVar,
pub name: *const c_char,
pub params: *mut List,
}Fields
type_: NodeTagkind: ReindexObjectTyperelation: *mut RangeVarname: *const c_charparams: *mut ListTrait Implementations
sourceimpl Clone for ReindexStmt
impl Clone for ReindexStmt
sourcefn clone(&self) -> ReindexStmt
fn clone(&self) -> ReindexStmt
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 ReindexStmt
impl Debug for ReindexStmt
sourceimpl Default for ReindexStmt
impl Default for ReindexStmt
sourceimpl Display for ReindexStmt
impl Display for ReindexStmt
sourceimpl PgNode for ReindexStmt
impl PgNode for ReindexStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for ReindexStmt
Auto Trait Implementations
impl RefUnwindSafe for ReindexStmt
impl !Send for ReindexStmt
impl !Sync for ReindexStmt
impl Unpin for ReindexStmt
impl UnwindSafe for ReindexStmt
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