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