#[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 NodeTrait Implementations§
Source§impl Clone for PrepareStmt
impl Clone for PrepareStmt
Source§fn clone(&self) -> PrepareStmt
fn clone(&self) -> PrepareStmt
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 PrepareStmt
Source§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
Auto Trait Implementations§
impl !Send for PrepareStmt
impl !Sync for PrepareStmt
impl Freeze for PrepareStmt
impl RefUnwindSafe for PrepareStmt
impl Unpin for PrepareStmt
impl UnsafeUnpin 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