#[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_: NodeTag
§jf_targetList: *mut List
§jf_cleanTupType: TupleDesc
§jf_cleanMap: *mut AttrNumber
§jf_resultSlot: *mut TupleTableSlot
Trait Implementations§
Source§impl Clone for JunkFilter
impl Clone for JunkFilter
Source§fn clone(&self) -> JunkFilter
fn clone(&self) -> JunkFilter
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 JunkFilter
impl Debug for JunkFilter
Source§impl Default for JunkFilter
impl Default for JunkFilter
Source§impl Display for JunkFilter
impl Display for JunkFilter
Source§impl PgNode for JunkFilter
impl PgNode for JunkFilter
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for JunkFilter
Auto Trait Implementations§
impl Freeze for JunkFilter
impl RefUnwindSafe for JunkFilter
impl !Send for JunkFilter
impl !Sync for JunkFilter
impl Unpin for JunkFilter
impl UnwindSafe for JunkFilter
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