#[repr(C)]pub struct RecursiveUnionPath {
pub path: Path,
pub leftpath: *mut Path,
pub rightpath: *mut Path,
pub distinctList: *mut List,
pub wtParam: c_int,
pub numGroups: f64,
}
Fields§
§path: Path
§leftpath: *mut Path
§rightpath: *mut Path
§distinctList: *mut List
§wtParam: c_int
§numGroups: f64
Trait Implementations§
Source§impl Clone for RecursiveUnionPath
impl Clone for RecursiveUnionPath
Source§fn clone(&self) -> RecursiveUnionPath
fn clone(&self) -> RecursiveUnionPath
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 RecursiveUnionPath
impl Debug for RecursiveUnionPath
Source§impl Default for RecursiveUnionPath
impl Default for RecursiveUnionPath
Source§impl Display for RecursiveUnionPath
impl Display for RecursiveUnionPath
Source§impl PgNode for RecursiveUnionPath
impl PgNode for RecursiveUnionPath
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for RecursiveUnionPath
Auto Trait Implementations§
impl Freeze for RecursiveUnionPath
impl RefUnwindSafe for RecursiveUnionPath
impl !Send for RecursiveUnionPath
impl !Sync for RecursiveUnionPath
impl Unpin for RecursiveUnionPath
impl UnwindSafe for RecursiveUnionPath
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