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