Struct pgx_pg_sys::NestLoopParam
source · [−]#[repr(C)]pub struct NestLoopParam {
pub type_: NodeTag,
pub paramno: c_int,
pub paramval: *mut Var,
}Fields
type_: NodeTagparamno: c_intparamval: *mut VarTrait Implementations
sourceimpl Clone for NestLoopParam
impl Clone for NestLoopParam
sourcefn clone(&self) -> NestLoopParam
fn clone(&self) -> NestLoopParam
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 NestLoopParam
impl Debug for NestLoopParam
sourceimpl Default for NestLoopParam
impl Default for NestLoopParam
sourceimpl Display for NestLoopParam
impl Display for NestLoopParam
sourceimpl PgNode for NestLoopParam
impl PgNode for NestLoopParam
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for NestLoopParam
Auto Trait Implementations
impl RefUnwindSafe for NestLoopParam
impl !Send for NestLoopParam
impl !Sync for NestLoopParam
impl Unpin for NestLoopParam
impl UnwindSafe for NestLoopParam
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