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