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