Struct pgx_pg_sys::ProjectSetPath
source · [−]Fields
path: Pathsubpath: *mut PathTrait Implementations
sourceimpl Clone for ProjectSetPath
impl Clone for ProjectSetPath
sourcefn clone(&self) -> ProjectSetPath
fn clone(&self) -> ProjectSetPath
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 ProjectSetPath
impl Debug for ProjectSetPath
sourceimpl Default for ProjectSetPath
impl Default for ProjectSetPath
sourceimpl Display for ProjectSetPath
impl Display for ProjectSetPath
sourceimpl PgNode for ProjectSetPath
impl PgNode for ProjectSetPath
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for ProjectSetPath
Auto Trait Implementations
impl RefUnwindSafe for ProjectSetPath
impl !Send for ProjectSetPath
impl !Sync for ProjectSetPath
impl Unpin for ProjectSetPath
impl UnwindSafe for ProjectSetPath
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