#[repr(C)]pub struct AlterFdwStmt {
pub type_: NodeTag,
pub fdwname: *mut c_char,
pub func_options: *mut List,
pub options: *mut List,
}
Fields§
§type_: NodeTag
§fdwname: *mut c_char
§func_options: *mut List
§options: *mut List
Trait Implementations§
Source§impl Clone for AlterFdwStmt
impl Clone for AlterFdwStmt
Source§fn clone(&self) -> AlterFdwStmt
fn clone(&self) -> AlterFdwStmt
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 AlterFdwStmt
impl Debug for AlterFdwStmt
Source§impl Default for AlterFdwStmt
impl Default for AlterFdwStmt
Source§impl Display for AlterFdwStmt
impl Display for AlterFdwStmt
Source§impl PgNode for AlterFdwStmt
impl PgNode for AlterFdwStmt
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for AlterFdwStmt
Auto Trait Implementations§
impl Freeze for AlterFdwStmt
impl RefUnwindSafe for AlterFdwStmt
impl !Send for AlterFdwStmt
impl !Sync for AlterFdwStmt
impl Unpin for AlterFdwStmt
impl UnwindSafe for AlterFdwStmt
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