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