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