#[repr(C)]pub struct ExecRowMark {
pub relation: Relation,
pub relid: Oid,
pub rti: Index,
pub prti: Index,
pub rowmarkId: Index,
pub markType: Type,
pub strength: Type,
pub waitPolicy: Type,
pub ermActive: bool,
pub curCtid: ItemPointerData,
pub ermExtra: *mut c_void,
}
Fields§
§relation: Relation
§relid: Oid
§rti: Index
§prti: Index
§rowmarkId: Index
§markType: Type
§strength: Type
§waitPolicy: Type
§ermActive: bool
§curCtid: ItemPointerData
§ermExtra: *mut c_void
Trait Implementations§
Source§impl Clone for ExecRowMark
impl Clone for ExecRowMark
Source§fn clone(&self) -> ExecRowMark
fn clone(&self) -> ExecRowMark
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 ExecRowMark
impl Debug for ExecRowMark
Source§impl Default for ExecRowMark
impl Default for ExecRowMark
impl Copy for ExecRowMark
Auto Trait Implementations§
impl Freeze for ExecRowMark
impl RefUnwindSafe for ExecRowMark
impl !Send for ExecRowMark
impl !Sync for ExecRowMark
impl Unpin for ExecRowMark
impl UnwindSafe for ExecRowMark
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