Struct pgx_pg_sys::AlterTSDictionaryStmt
source · [−]#[repr(C)]pub struct AlterTSDictionaryStmt {
pub type_: NodeTag,
pub dictname: *mut List,
pub options: *mut List,
}Fields
type_: NodeTagdictname: *mut Listoptions: *mut ListTrait Implementations
sourceimpl Clone for AlterTSDictionaryStmt
impl Clone for AlterTSDictionaryStmt
sourcefn clone(&self) -> AlterTSDictionaryStmt
fn clone(&self) -> AlterTSDictionaryStmt
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 AlterTSDictionaryStmt
impl Debug for AlterTSDictionaryStmt
sourceimpl Default for AlterTSDictionaryStmt
impl Default for AlterTSDictionaryStmt
sourceimpl Display for AlterTSDictionaryStmt
impl Display for AlterTSDictionaryStmt
sourceimpl PgNode for AlterTSDictionaryStmt
impl PgNode for AlterTSDictionaryStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for AlterTSDictionaryStmt
Auto Trait Implementations
impl RefUnwindSafe for AlterTSDictionaryStmt
impl !Send for AlterTSDictionaryStmt
impl !Sync for AlterTSDictionaryStmt
impl Unpin for AlterTSDictionaryStmt
impl UnwindSafe for AlterTSDictionaryStmt
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