#[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_charTrait Implementations§
Source§impl Clone for CommentStmt
impl Clone for CommentStmt
Source§fn clone(&self) -> CommentStmt
fn clone(&self) -> CommentStmt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CommentStmt
Source§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
Auto Trait Implementations§
impl !Send for CommentStmt
impl !Sync for CommentStmt
impl Freeze for CommentStmt
impl RefUnwindSafe for CommentStmt
impl Unpin for CommentStmt
impl UnsafeUnpin 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