Struct pgx_pg_sys::ForeignDataWrapper
source · [−]#[repr(C)]pub struct ForeignDataWrapper {
pub fdwid: Oid,
pub owner: Oid,
pub fdwname: *mut c_char,
pub fdwhandler: Oid,
pub fdwvalidator: Oid,
pub options: *mut List,
}Fields
fdwid: Oidowner: Oidfdwname: *mut c_charfdwhandler: Oidfdwvalidator: Oidoptions: *mut ListTrait Implementations
sourceimpl Clone for ForeignDataWrapper
impl Clone for ForeignDataWrapper
sourcefn clone(&self) -> ForeignDataWrapper
fn clone(&self) -> ForeignDataWrapper
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ForeignDataWrapper
impl Debug for ForeignDataWrapper
sourceimpl Default for ForeignDataWrapper
impl Default for ForeignDataWrapper
impl Copy for ForeignDataWrapper
Auto Trait Implementations
impl RefUnwindSafe for ForeignDataWrapper
impl !Send for ForeignDataWrapper
impl !Sync for ForeignDataWrapper
impl Unpin for ForeignDataWrapper
impl UnwindSafe for ForeignDataWrapper
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more