Struct pgrx_pg_sys::FetchStmt
source · #[repr(C)]pub struct FetchStmt {
pub type_: NodeTag,
pub direction: FetchDirection,
pub howMany: c_long,
pub portalname: *mut c_char,
pub ismove: bool,
}
Fields§
§type_: NodeTag
§direction: FetchDirection
§howMany: c_long
§portalname: *mut c_char
§ismove: bool
Trait Implementations§
impl Copy for FetchStmt
Auto Trait Implementations§
impl Freeze for FetchStmt
impl RefUnwindSafe for FetchStmt
impl !Send for FetchStmt
impl !Sync for FetchStmt
impl Unpin for FetchStmt
impl UnwindSafe for FetchStmt
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