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