Struct pgx_pg_sys::LockRowsPath
source · [−]#[repr(C)]pub struct LockRowsPath {
pub path: Path,
pub subpath: *mut Path,
pub rowMarks: *mut List,
pub epqParam: c_int,
}Fields
path: Pathsubpath: *mut PathrowMarks: *mut ListepqParam: c_intTrait Implementations
sourceimpl Clone for LockRowsPath
impl Clone for LockRowsPath
sourcefn clone(&self) -> LockRowsPath
fn clone(&self) -> LockRowsPath
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 LockRowsPath
impl Debug for LockRowsPath
sourceimpl Default for LockRowsPath
impl Default for LockRowsPath
sourceimpl Display for LockRowsPath
impl Display for LockRowsPath
sourceimpl PgNode for LockRowsPath
impl PgNode for LockRowsPath
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for LockRowsPath
Auto Trait Implementations
impl RefUnwindSafe for LockRowsPath
impl !Send for LockRowsPath
impl !Sync for LockRowsPath
impl Unpin for LockRowsPath
impl UnwindSafe for LockRowsPath
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