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