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