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