Struct pgx_pg_sys::ResultState
source · [−]#[repr(C)]pub struct ResultState {
pub ps: PlanState,
pub resconstantqual: *mut ExprState,
pub rs_done: bool,
pub rs_checkqual: bool,
}Fields
ps: PlanStateresconstantqual: *mut ExprStaters_done: boolrs_checkqual: boolTrait Implementations
sourceimpl Clone for ResultState
impl Clone for ResultState
sourcefn clone(&self) -> ResultState
fn clone(&self) -> ResultState
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ResultState
impl Debug for ResultState
sourceimpl Default for ResultState
impl Default for ResultState
sourceimpl Display for ResultState
impl Display for ResultState
sourceimpl PgNode for ResultState
impl PgNode for ResultState
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for ResultState
Auto Trait Implementations
impl RefUnwindSafe for ResultState
impl !Send for ResultState
impl !Sync for ResultState
impl Unpin for ResultState
impl UnwindSafe for ResultState
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