Struct pgx_pg_sys::FunctionScan
source · [−]#[repr(C)]pub struct FunctionScan {
pub scan: Scan,
pub functions: *mut List,
pub funcordinality: bool,
}Fields
scan: Scanfunctions: *mut Listfuncordinality: boolTrait Implementations
sourceimpl Clone for FunctionScan
impl Clone for FunctionScan
sourcefn clone(&self) -> FunctionScan
fn clone(&self) -> FunctionScan
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 FunctionScan
impl Debug for FunctionScan
sourceimpl Default for FunctionScan
impl Default for FunctionScan
sourceimpl Display for FunctionScan
impl Display for FunctionScan
sourceimpl PgNode for FunctionScan
impl PgNode for FunctionScan
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for FunctionScan
Auto Trait Implementations
impl RefUnwindSafe for FunctionScan
impl !Send for FunctionScan
impl !Sync for FunctionScan
impl Unpin for FunctionScan
impl UnwindSafe for FunctionScan
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