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_char
Trait 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 moresource§impl Debug for LogicalRepTyp
impl Debug for LogicalRepTyp
source§impl Default for LogicalRepTyp
impl Default for LogicalRepTyp
impl Copy for LogicalRepTyp
Auto Trait Implementations§
impl Freeze for LogicalRepTyp
impl RefUnwindSafe for LogicalRepTyp
impl !Send for LogicalRepTyp
impl !Sync for LogicalRepTyp
impl Unpin for LogicalRepTyp
impl UnwindSafe for LogicalRepTyp
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