#[repr(C)]pub struct CreateForeignTableStmt {
pub base: CreateStmt,
pub servername: *mut c_char,
pub options: *mut List,
}Fields§
§base: CreateStmt§servername: *mut c_char§options: *mut ListTrait Implementations§
Source§impl Clone for CreateForeignTableStmt
impl Clone for CreateForeignTableStmt
Source§fn clone(&self) -> CreateForeignTableStmt
fn clone(&self) -> CreateForeignTableStmt
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CreateForeignTableStmt
impl Debug for CreateForeignTableStmt
Source§impl Default for CreateForeignTableStmt
impl Default for CreateForeignTableStmt
Source§impl Display for CreateForeignTableStmt
impl Display for CreateForeignTableStmt
Source§impl PgNode for CreateForeignTableStmt
impl PgNode for CreateForeignTableStmt
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for CreateForeignTableStmt
Auto Trait Implementations§
impl Freeze for CreateForeignTableStmt
impl RefUnwindSafe for CreateForeignTableStmt
impl !Send for CreateForeignTableStmt
impl !Sync for CreateForeignTableStmt
impl Unpin for CreateForeignTableStmt
impl UnwindSafe for CreateForeignTableStmt
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