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