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