Struct pgx_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_: NodeTagobjtype: ObjectTypeobject: *mut Nodecomment: *mut c_charTrait Implementations
sourceimpl Clone for CommentStmt
impl Clone for CommentStmt
sourcefn clone(&self) -> CommentStmt
fn clone(&self) -> CommentStmt
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CommentStmt
impl Debug for CommentStmt
sourceimpl Default for CommentStmt
impl Default for CommentStmt
sourceimpl Display for CommentStmt
impl Display for CommentStmt
sourceimpl PgNode for CommentStmt
impl PgNode for CommentStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for CommentStmt
Auto Trait Implementations
impl RefUnwindSafe for CommentStmt
impl !Send for CommentStmt
impl !Sync for CommentStmt
impl Unpin for CommentStmt
impl UnwindSafe for CommentStmt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more