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