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