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