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