#[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 TupleTableSlotTrait Implementations§
Source§impl Clone for JunkFilter
impl Clone for JunkFilter
Source§fn clone(&self) -> JunkFilter
fn clone(&self) -> JunkFilter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for JunkFilter
Source§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
Auto Trait Implementations§
impl !Send for JunkFilter
impl !Sync for JunkFilter
impl Freeze for JunkFilter
impl RefUnwindSafe for JunkFilter
impl Unpin for JunkFilter
impl UnsafeUnpin 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