#[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 ListTrait Implementations§
Source§impl Clone for ClusterStmt
impl Clone for ClusterStmt
Source§fn clone(&self) -> ClusterStmt
fn clone(&self) -> ClusterStmt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ClusterStmt
Source§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
Auto Trait Implementations§
impl !Send for ClusterStmt
impl !Sync for ClusterStmt
impl Freeze for ClusterStmt
impl RefUnwindSafe for ClusterStmt
impl Unpin for ClusterStmt
impl UnsafeUnpin 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