Struct pgx_pg_sys::MemoizePath
source · [−]#[repr(C)]pub struct MemoizePath {
pub path: Path,
pub subpath: *mut Path,
pub hash_operators: *mut List,
pub param_exprs: *mut List,
pub singlerow: bool,
pub binary_mode: bool,
pub calls: f64,
pub est_entries: uint32,
}Fields
path: Pathsubpath: *mut Pathhash_operators: *mut Listparam_exprs: *mut Listsinglerow: boolbinary_mode: boolcalls: f64est_entries: uint32Trait Implementations
sourceimpl Clone for MemoizePath
impl Clone for MemoizePath
sourcefn clone(&self) -> MemoizePath
fn clone(&self) -> MemoizePath
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 MemoizePath
impl Debug for MemoizePath
sourceimpl Default for MemoizePath
impl Default for MemoizePath
sourceimpl Display for MemoizePath
impl Display for MemoizePath
sourceimpl PgNode for MemoizePath
impl PgNode for MemoizePath
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for MemoizePath
Auto Trait Implementations
impl RefUnwindSafe for MemoizePath
impl !Send for MemoizePath
impl !Sync for MemoizePath
impl Unpin for MemoizePath
impl UnwindSafe for MemoizePath
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