#[repr(C)]pub struct RowMarkClause {
pub type_: NodeTag,
pub rti: Index,
pub strength: Type,
pub waitPolicy: Type,
pub pushedDown: bool,
}
Fields§
§type_: NodeTag
§rti: Index
§strength: Type
§waitPolicy: Type
§pushedDown: bool
Trait Implementations§
Source§impl Clone for RowMarkClause
impl Clone for RowMarkClause
Source§fn clone(&self) -> RowMarkClause
fn clone(&self) -> RowMarkClause
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 RowMarkClause
impl Debug for RowMarkClause
Source§impl Default for RowMarkClause
impl Default for RowMarkClause
Source§impl Display for RowMarkClause
impl Display for RowMarkClause
Source§impl PgNode for RowMarkClause
impl PgNode for RowMarkClause
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for RowMarkClause
Auto Trait Implementations§
impl Freeze for RowMarkClause
impl RefUnwindSafe for RowMarkClause
impl Send for RowMarkClause
impl Sync for RowMarkClause
impl Unpin for RowMarkClause
impl UnwindSafe for RowMarkClause
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