Struct pgx_pg_sys::LockRowsState
source · [−]#[repr(C)]pub struct LockRowsState {
pub ps: PlanState,
pub lr_arowMarks: *mut List,
pub lr_epqstate: EPQState,
}Fields
ps: PlanStatelr_arowMarks: *mut Listlr_epqstate: EPQStateTrait Implementations
sourceimpl Clone for LockRowsState
impl Clone for LockRowsState
sourcefn clone(&self) -> LockRowsState
fn clone(&self) -> LockRowsState
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 LockRowsState
impl Debug for LockRowsState
sourceimpl Default for LockRowsState
impl Default for LockRowsState
sourceimpl Display for LockRowsState
impl Display for LockRowsState
sourceimpl PgNode for LockRowsState
impl PgNode for LockRowsState
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for LockRowsState
Auto Trait Implementations
impl RefUnwindSafe for LockRowsState
impl !Send for LockRowsState
impl !Sync for LockRowsState
impl Unpin for LockRowsState
impl UnwindSafe for LockRowsState
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