Struct pgx_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: Pathflags: uint32custom_paths: *mut Listcustom_private: *mut Listmethods: *const CustomPathMethodsTrait Implementations
sourceimpl Clone for CustomPath
impl Clone for CustomPath
sourcefn clone(&self) -> CustomPath
fn clone(&self) -> CustomPath
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 CustomPath
impl Debug for CustomPath
sourceimpl Default for CustomPath
impl Default for CustomPath
sourceimpl Display for CustomPath
impl Display for CustomPath
sourceimpl PgNode for CustomPath
impl PgNode for CustomPath
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for CustomPath
Auto Trait Implementations
impl RefUnwindSafe for CustomPath
impl !Send for CustomPath
impl !Sync for CustomPath
impl Unpin for CustomPath
impl UnwindSafe for CustomPath
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