Struct pgrx_pg_sys::ForeignServer
source · #[repr(C)]pub struct ForeignServer {
pub serverid: Oid,
pub fdwid: Oid,
pub owner: Oid,
pub servername: *mut c_char,
pub servertype: *mut c_char,
pub serverversion: *mut c_char,
pub options: *mut List,
}
Fields§
§serverid: Oid
§fdwid: Oid
§owner: Oid
§servername: *mut c_char
§servertype: *mut c_char
§serverversion: *mut c_char
§options: *mut List
Trait Implementations§
source§impl Clone for ForeignServer
impl Clone for ForeignServer
source§fn clone(&self) -> ForeignServer
fn clone(&self) -> ForeignServer
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 ForeignServer
impl Debug for ForeignServer
source§impl Default for ForeignServer
impl Default for ForeignServer
impl Copy for ForeignServer
Auto Trait Implementations§
impl Freeze for ForeignServer
impl RefUnwindSafe for ForeignServer
impl !Send for ForeignServer
impl !Sync for ForeignServer
impl Unpin for ForeignServer
impl UnwindSafe for ForeignServer
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