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