Struct pgrx_pg_sys::AppendPath
source · #[repr(C)]pub struct AppendPath {
pub path: Path,
pub subpaths: *mut List,
pub first_partial_path: c_int,
pub limit_tuples: f64,
}
Fields§
§path: Path
§subpaths: *mut List
§first_partial_path: c_int
§limit_tuples: f64
Trait Implementations§
source§impl Clone for AppendPath
impl Clone for AppendPath
source§fn clone(&self) -> AppendPath
fn clone(&self) -> AppendPath
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 AppendPath
impl Debug for AppendPath
source§impl Default for AppendPath
impl Default for AppendPath
source§impl Display for AppendPath
impl Display for AppendPath
source§impl PgNode for AppendPath
impl PgNode for AppendPath
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for AppendPath
Auto Trait Implementations§
impl Freeze for AppendPath
impl RefUnwindSafe for AppendPath
impl !Send for AppendPath
impl !Sync for AppendPath
impl Unpin for AppendPath
impl UnwindSafe for AppendPath
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