Struct pgx_pg_sys::ParamPathInfo
source · [−]#[repr(C)]pub struct ParamPathInfo {
pub type_: NodeTag,
pub ppi_req_outer: Relids,
pub ppi_rows: f64,
pub ppi_clauses: *mut List,
}Fields
type_: NodeTagppi_req_outer: Relidsppi_rows: f64ppi_clauses: *mut ListTrait Implementations
sourceimpl Clone for ParamPathInfo
impl Clone for ParamPathInfo
sourcefn clone(&self) -> ParamPathInfo
fn clone(&self) -> ParamPathInfo
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 ParamPathInfo
impl Debug for ParamPathInfo
sourceimpl Default for ParamPathInfo
impl Default for ParamPathInfo
sourceimpl Display for ParamPathInfo
impl Display for ParamPathInfo
sourceimpl PgNode for ParamPathInfo
impl PgNode for ParamPathInfo
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for ParamPathInfo
Auto Trait Implementations
impl RefUnwindSafe for ParamPathInfo
impl !Send for ParamPathInfo
impl !Sync for ParamPathInfo
impl Unpin for ParamPathInfo
impl UnwindSafe for ParamPathInfo
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