#[repr(C)]pub struct ResultState {
pub ps: PlanState,
pub resconstantqual: *mut ExprState,
pub rs_done: bool,
pub rs_checkqual: bool,
}
Fields§
§ps: PlanState
§resconstantqual: *mut ExprState
§rs_done: bool
§rs_checkqual: bool
Trait Implementations§
Source§impl Clone for ResultState
impl Clone for ResultState
Source§fn clone(&self) -> ResultState
fn clone(&self) -> ResultState
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 ResultState
impl Debug for ResultState
Source§impl Default for ResultState
impl Default for ResultState
Source§impl Display for ResultState
impl Display for ResultState
Source§impl PgNode for ResultState
impl PgNode for ResultState
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for ResultState
Auto Trait Implementations§
impl Freeze for ResultState
impl RefUnwindSafe for ResultState
impl !Send for ResultState
impl !Sync for ResultState
impl Unpin for ResultState
impl UnwindSafe for ResultState
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