#[repr(C)]pub struct ForeignTable {
pub relid: Oid,
pub serverid: Oid,
pub options: *mut List,
}
Fields§
§relid: Oid
§serverid: Oid
§options: *mut List
Trait Implementations§
Source§impl Clone for ForeignTable
impl Clone for ForeignTable
Source§fn clone(&self) -> ForeignTable
fn clone(&self) -> ForeignTable
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 ForeignTable
impl Debug for ForeignTable
Source§impl Default for ForeignTable
impl Default for ForeignTable
impl Copy for ForeignTable
Auto Trait Implementations§
impl Freeze for ForeignTable
impl RefUnwindSafe for ForeignTable
impl !Send for ForeignTable
impl !Sync for ForeignTable
impl Unpin for ForeignTable
impl UnwindSafe for ForeignTable
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