Struct pgx_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: Oidfdwid: Oidowner: Oidservername: *mut c_charservertype: *mut c_charserverversion: *mut c_charoptions: *mut ListTrait Implementations
sourceimpl Clone for ForeignServer
impl Clone for ForeignServer
sourcefn clone(&self) -> ForeignServer
fn clone(&self) -> ForeignServer
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 ForeignServer
impl Debug for ForeignServer
sourceimpl Default for ForeignServer
impl Default for ForeignServer
impl Copy for ForeignServer
Auto Trait Implementations
impl RefUnwindSafe for ForeignServer
impl !Send for ForeignServer
impl !Sync for ForeignServer
impl Unpin for ForeignServer
impl UnwindSafe for ForeignServer
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