#[repr(C)]pub struct TableFuncScan {
pub scan: Scan,
pub tablefunc: *mut TableFunc,
}Fields§
§scan: Scan§tablefunc: *mut TableFuncTrait Implementations§
Source§impl Clone for TableFuncScan
impl Clone for TableFuncScan
Source§fn clone(&self) -> TableFuncScan
fn clone(&self) -> TableFuncScan
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 TableFuncScan
Source§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
Auto Trait Implementations§
impl !Send for TableFuncScan
impl !Sync for TableFuncScan
impl Freeze for TableFuncScan
impl RefUnwindSafe for TableFuncScan
impl Unpin for TableFuncScan
impl UnsafeUnpin 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