#[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: Path
§subpath: *mut Path
§hash_operators: *mut List
§param_exprs: *mut List
§singlerow: bool
§binary_mode: bool
§calls: f64
§est_entries: uint32
Trait Implementations§
Source§impl Clone for MemoizePath
impl Clone for MemoizePath
Source§fn clone(&self) -> MemoizePath
fn clone(&self) -> MemoizePath
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 MemoizePath
impl Debug for MemoizePath
Source§impl Default for MemoizePath
impl Default for MemoizePath
Source§impl Display for MemoizePath
impl Display for MemoizePath
Source§impl PgNode for MemoizePath
impl PgNode for MemoizePath
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for MemoizePath
Auto Trait Implementations§
impl Freeze for MemoizePath
impl RefUnwindSafe for MemoizePath
impl !Send for MemoizePath
impl !Sync for MemoizePath
impl Unpin for MemoizePath
impl UnwindSafe for MemoizePath
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