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