#[repr(C)]pub struct CommentStmt {
pub type_: NodeTag,
pub objtype: Type,
pub object: *mut Node,
pub comment: *mut c_char,
}
Fields§
§type_: NodeTag
§objtype: Type
§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
impl Copy for CommentStmt
Auto Trait Implementations§
impl Freeze for CommentStmt
impl RefUnwindSafe for CommentStmt
impl !Send for CommentStmt
impl !Sync for CommentStmt
impl Unpin for CommentStmt
impl UnwindSafe for CommentStmt
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