#[repr(C)]pub struct ReindexStmt {
pub type_: NodeTag,
pub kind: Type,
pub relation: *mut RangeVar,
pub name: *const c_char,
pub params: *mut List,
}
Fields§
§type_: NodeTag
§kind: Type
§relation: *mut RangeVar
§name: *const c_char
§params: *mut List
Trait Implementations§
Source§impl Clone for ReindexStmt
impl Clone for ReindexStmt
Source§fn clone(&self) -> ReindexStmt
fn clone(&self) -> ReindexStmt
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 ReindexStmt
impl Debug for ReindexStmt
Source§impl Default for ReindexStmt
impl Default for ReindexStmt
Source§impl Display for ReindexStmt
impl Display for ReindexStmt
Source§impl PgNode for ReindexStmt
impl PgNode for ReindexStmt
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for ReindexStmt
Auto Trait Implementations§
impl Freeze for ReindexStmt
impl RefUnwindSafe for ReindexStmt
impl !Send for ReindexStmt
impl !Sync for ReindexStmt
impl Unpin for ReindexStmt
impl UnwindSafe for ReindexStmt
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