Struct pgx_pg_sys::RowMarkClause
source · [−]#[repr(C)]pub struct RowMarkClause {
pub type_: NodeTag,
pub rti: Index,
pub strength: LockClauseStrength,
pub waitPolicy: LockWaitPolicy,
pub pushedDown: bool,
}Fields
type_: NodeTagrti: Indexstrength: LockClauseStrengthwaitPolicy: LockWaitPolicypushedDown: boolTrait Implementations
sourceimpl Clone for RowMarkClause
impl Clone for RowMarkClause
sourcefn clone(&self) -> RowMarkClause
fn clone(&self) -> RowMarkClause
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 RowMarkClause
impl Debug for RowMarkClause
sourceimpl Default for RowMarkClause
impl Default for RowMarkClause
sourceimpl Display for RowMarkClause
impl Display for RowMarkClause
sourceimpl PgNode for RowMarkClause
impl PgNode for RowMarkClause
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for RowMarkClause
Auto Trait Implementations
impl RefUnwindSafe for RowMarkClause
impl Send for RowMarkClause
impl Sync for RowMarkClause
impl Unpin for RowMarkClause
impl UnwindSafe for RowMarkClause
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