#[repr(C)]pub struct ParamPathInfo {
pub type_: NodeTag,
pub ppi_req_outer: Relids,
pub ppi_rows: f64,
pub ppi_clauses: *mut List,
}Fields§
§type_: NodeTag§ppi_req_outer: Relids§ppi_rows: f64§ppi_clauses: *mut ListTrait Implementations§
Source§impl Clone for ParamPathInfo
impl Clone for ParamPathInfo
Source§fn clone(&self) -> ParamPathInfo
fn clone(&self) -> ParamPathInfo
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 ParamPathInfo
Source§impl Debug for ParamPathInfo
impl Debug for ParamPathInfo
Source§impl Default for ParamPathInfo
impl Default for ParamPathInfo
Source§impl Display for ParamPathInfo
impl Display for ParamPathInfo
Source§impl PgNode for ParamPathInfo
impl PgNode for ParamPathInfo
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
Auto Trait Implementations§
impl !Send for ParamPathInfo
impl !Sync for ParamPathInfo
impl Freeze for ParamPathInfo
impl RefUnwindSafe for ParamPathInfo
impl Unpin for ParamPathInfo
impl UnsafeUnpin for ParamPathInfo
impl UnwindSafe for ParamPathInfo
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