Struct pgx_pg_sys::MergeAppendPath
source · [−]#[repr(C)]pub struct MergeAppendPath {
pub path: Path,
pub subpaths: *mut List,
pub limit_tuples: f64,
}Fields
path: Pathsubpaths: *mut Listlimit_tuples: f64Trait Implementations
sourceimpl Clone for MergeAppendPath
impl Clone for MergeAppendPath
sourcefn clone(&self) -> MergeAppendPath
fn clone(&self) -> MergeAppendPath
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 MergeAppendPath
impl Debug for MergeAppendPath
sourceimpl Default for MergeAppendPath
impl Default for MergeAppendPath
sourceimpl Display for MergeAppendPath
impl Display for MergeAppendPath
sourceimpl PgNode for MergeAppendPath
impl PgNode for MergeAppendPath
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for MergeAppendPath
Auto Trait Implementations
impl RefUnwindSafe for MergeAppendPath
impl !Send for MergeAppendPath
impl !Sync for MergeAppendPath
impl Unpin for MergeAppendPath
impl UnwindSafe for MergeAppendPath
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