Struct pgx_pg_sys::JunkFilter
source · [−]#[repr(C)]pub struct JunkFilter {
pub type_: NodeTag,
pub jf_targetList: *mut List,
pub jf_cleanTupType: TupleDesc,
pub jf_cleanMap: *mut AttrNumber,
pub jf_resultSlot: *mut TupleTableSlot,
}Fields
type_: NodeTagjf_targetList: *mut Listjf_cleanTupType: TupleDescjf_cleanMap: *mut AttrNumberjf_resultSlot: *mut TupleTableSlotTrait Implementations
sourceimpl Clone for JunkFilter
impl Clone for JunkFilter
sourcefn clone(&self) -> JunkFilter
fn clone(&self) -> JunkFilter
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 JunkFilter
impl Debug for JunkFilter
sourceimpl Default for JunkFilter
impl Default for JunkFilter
sourceimpl Display for JunkFilter
impl Display for JunkFilter
sourceimpl PgNode for JunkFilter
impl PgNode for JunkFilter
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for JunkFilter
Auto Trait Implementations
impl RefUnwindSafe for JunkFilter
impl !Send for JunkFilter
impl !Sync for JunkFilter
impl Unpin for JunkFilter
impl UnwindSafe for JunkFilter
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