#[repr(C)]pub struct ExplainStmt {
pub type_: NodeTag,
pub query: *mut Node,
pub options: *mut List,
}Fields§
§type_: NodeTag§query: *mut Node§options: *mut ListTrait Implementations§
Source§impl Clone for ExplainStmt
impl Clone for ExplainStmt
Source§fn clone(&self) -> ExplainStmt
fn clone(&self) -> ExplainStmt
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 ExplainStmt
Source§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
Auto Trait Implementations§
impl !Send for ExplainStmt
impl !Sync for ExplainStmt
impl Freeze for ExplainStmt
impl RefUnwindSafe for ExplainStmt
impl Unpin for ExplainStmt
impl UnsafeUnpin 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