#[repr(C)]pub struct LockRowsPath {
pub path: Path,
pub subpath: *mut Path,
pub rowMarks: *mut List,
pub epqParam: c_int,
}
Fields§
§path: Path
§subpath: *mut Path
§rowMarks: *mut List
§epqParam: c_int
Trait Implementations§
Source§impl Clone for LockRowsPath
impl Clone for LockRowsPath
Source§fn clone(&self) -> LockRowsPath
fn clone(&self) -> LockRowsPath
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 LockRowsPath
impl Debug for LockRowsPath
Source§impl Default for LockRowsPath
impl Default for LockRowsPath
Source§impl Display for LockRowsPath
impl Display for LockRowsPath
Source§impl PgNode for LockRowsPath
impl PgNode for LockRowsPath
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for LockRowsPath
Auto Trait Implementations§
impl Freeze for LockRowsPath
impl RefUnwindSafe for LockRowsPath
impl !Send for LockRowsPath
impl !Sync for LockRowsPath
impl Unpin for LockRowsPath
impl UnwindSafe for LockRowsPath
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