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