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