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