Struct pgx_pg_sys::CallStmt
source · [−]#[repr(C)]pub struct CallStmt {
pub type_: NodeTag,
pub funccall: *mut FuncCall,
pub funcexpr: *mut FuncExpr,
pub outargs: *mut List,
}Fields
type_: NodeTagfunccall: *mut FuncCallfuncexpr: *mut FuncExproutargs: *mut ListTrait Implementations
impl Copy for CallStmt
Auto Trait Implementations
impl RefUnwindSafe for CallStmt
impl !Send for CallStmt
impl !Sync for CallStmt
impl Unpin for CallStmt
impl UnwindSafe for CallStmt
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