Struct pgrx_pg_sys::LogicalRepRelation
source · #[repr(C)]pub struct LogicalRepRelation {
pub remoteid: LogicalRepRelId,
pub nspname: *mut c_char,
pub relname: *mut c_char,
pub natts: c_int,
pub attnames: *mut *mut c_char,
pub atttyps: *mut Oid,
pub replident: c_char,
pub relkind: c_char,
pub attkeys: *mut Bitmapset,
}Fields§
§remoteid: LogicalRepRelId§nspname: *mut c_char§relname: *mut c_char§natts: c_int§attnames: *mut *mut c_char§atttyps: *mut Oid§replident: c_char§relkind: c_char§attkeys: *mut BitmapsetTrait Implementations§
source§impl Clone for LogicalRepRelation
impl Clone for LogicalRepRelation
source§fn clone(&self) -> LogicalRepRelation
fn clone(&self) -> LogicalRepRelation
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