Struct pgx_pg_sys::RawStmt
source · [−]#[repr(C)]pub struct RawStmt {
pub type_: NodeTag,
pub stmt: *mut Node,
pub stmt_location: c_int,
pub stmt_len: c_int,
}Expand description
Raw Grammar Output Statements
Fields
type_: NodeTagstmt: *mut Nodestmt_location: c_intstmt_len: c_intTrait Implementations
impl Copy for RawStmt
Auto Trait Implementations
impl RefUnwindSafe for RawStmt
impl !Send for RawStmt
impl !Sync for RawStmt
impl Unpin for RawStmt
impl UnwindSafe for RawStmt
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