Struct pgrx_pg_sys::xl_standby_lock
source · #[repr(C)]pub struct xl_standby_lock {
pub xid: TransactionId,
pub dbOid: Oid,
pub relOid: Oid,
}
Fields§
§xid: TransactionId
§dbOid: Oid
§relOid: Oid
Trait Implementations§
source§impl Clone for xl_standby_lock
impl Clone for xl_standby_lock
source§fn clone(&self) -> xl_standby_lock
fn clone(&self) -> xl_standby_lock
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 xl_standby_lock
impl Debug for xl_standby_lock
source§impl Default for xl_standby_lock
impl Default for xl_standby_lock
impl Copy for xl_standby_lock
Auto Trait Implementations§
impl Freeze for xl_standby_lock
impl RefUnwindSafe for xl_standby_lock
impl Send for xl_standby_lock
impl Sync for xl_standby_lock
impl Unpin for xl_standby_lock
impl UnwindSafe for xl_standby_lock
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