Struct pgrx_pg_sys::ForeignTable
source · #[repr(C)]pub struct ForeignTable {
pub relid: Oid,
pub serverid: Oid,
pub options: *mut List,
}
Fields§
§relid: Oid
§serverid: Oid
§options: *mut List
Trait Implementations§
source§impl Clone for ForeignTable
impl Clone for ForeignTable
source§fn clone(&self) -> ForeignTable
fn clone(&self) -> ForeignTable
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 more