#[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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LogicalRepRelation
impl Debug for LogicalRepRelation
Source§impl Default for LogicalRepRelation
impl Default for LogicalRepRelation
impl Copy for LogicalRepRelation
Auto Trait Implementations§
impl Freeze for LogicalRepRelation
impl RefUnwindSafe for LogicalRepRelation
impl !Send for LogicalRepRelation
impl !Sync for LogicalRepRelation
impl Unpin for LogicalRepRelation
impl UnwindSafe for LogicalRepRelation
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