Struct pgx_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: Pathsubpaths: *mut Listfirst_partial_path: c_intlimit_tuples: f64Trait Implementations
sourceimpl Clone for AppendPath
impl Clone for AppendPath
sourcefn clone(&self) -> AppendPath
fn clone(&self) -> AppendPath
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 AppendPath
impl Debug for AppendPath
sourceimpl Default for AppendPath
impl Default for AppendPath
sourceimpl Display for AppendPath
impl Display for AppendPath
sourceimpl PgNode for AppendPath
impl PgNode for AppendPath
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for AppendPath
Auto Trait Implementations
impl RefUnwindSafe for AppendPath
impl !Send for AppendPath
impl !Sync for AppendPath
impl Unpin for AppendPath
impl UnwindSafe for AppendPath
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