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