Struct pgrx_pg_sys::LogicalRepTyp
source · #[repr(C)]pub struct LogicalRepTyp {
pub remoteid: Oid,
pub nspname: *mut c_char,
pub typname: *mut c_char,
}Fields§
§remoteid: Oid§nspname: *mut c_char§typname: *mut c_charTrait Implementations§
source§impl Clone for LogicalRepTyp
impl Clone for LogicalRepTyp
source§fn clone(&self) -> LogicalRepTyp
fn clone(&self) -> LogicalRepTyp
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