Struct pgrx_pg_sys::CommentStmt
source · #[repr(C)]pub struct CommentStmt {
pub type_: NodeTag,
pub objtype: ObjectType,
pub object: *mut Node,
pub comment: *mut c_char,
}
Fields§
§type_: NodeTag
§objtype: ObjectType
§object: *mut Node
§comment: *mut c_char
Trait Implementations§
source§impl Clone for CommentStmt
impl Clone for CommentStmt
source§fn clone(&self) -> CommentStmt
fn clone(&self) -> CommentStmt
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 CommentStmt
impl Debug for CommentStmt
source§impl Default for CommentStmt
impl Default for CommentStmt
source§impl Display for CommentStmt
impl Display for CommentStmt
source§impl PgNode for CommentStmt
impl PgNode for CommentStmt
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more