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