Struct pgx_pg_sys::CreateAmStmt
source · [−]#[repr(C)]pub struct CreateAmStmt {
pub type_: NodeTag,
pub amname: *mut c_char,
pub handler_name: *mut List,
pub amtype: c_char,
}Fields
type_: NodeTagamname: *mut c_charhandler_name: *mut Listamtype: c_charTrait Implementations
sourceimpl Clone for CreateAmStmt
impl Clone for CreateAmStmt
sourcefn clone(&self) -> CreateAmStmt
fn clone(&self) -> CreateAmStmt
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CreateAmStmt
impl Debug for CreateAmStmt
sourceimpl Default for CreateAmStmt
impl Default for CreateAmStmt
sourceimpl Display for CreateAmStmt
impl Display for CreateAmStmt
sourceimpl PgNode for CreateAmStmt
impl PgNode for CreateAmStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for CreateAmStmt
Auto Trait Implementations
impl RefUnwindSafe for CreateAmStmt
impl !Send for CreateAmStmt
impl !Sync for CreateAmStmt
impl Unpin for CreateAmStmt
impl UnwindSafe for CreateAmStmt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more