#[repr(C)]pub struct NestLoopParam {
pub type_: NodeTag,
pub paramno: c_int,
pub paramval: *mut Var,
}
Fields§
§type_: NodeTag
§paramno: c_int
§paramval: *mut Var
Trait Implementations§
Source§impl Clone for NestLoopParam
impl Clone for NestLoopParam
Source§fn clone(&self) -> NestLoopParam
fn clone(&self) -> NestLoopParam
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 NestLoopParam
impl Debug for NestLoopParam
Source§impl Default for NestLoopParam
impl Default for NestLoopParam
Source§impl Display for NestLoopParam
impl Display for NestLoopParam
Source§impl PgNode for NestLoopParam
impl PgNode for NestLoopParam
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for NestLoopParam
Auto Trait Implementations§
impl Freeze for NestLoopParam
impl RefUnwindSafe for NestLoopParam
impl !Send for NestLoopParam
impl !Sync for NestLoopParam
impl Unpin for NestLoopParam
impl UnwindSafe for NestLoopParam
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