Struct pgx_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_: NodeTagsource_text: *mut c_charlangOid: OidlangIsTrusted: boolatomic: boolTrait Implementations
sourceimpl Clone for InlineCodeBlock
impl Clone for InlineCodeBlock
sourcefn clone(&self) -> InlineCodeBlock
fn clone(&self) -> InlineCodeBlock
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 InlineCodeBlock
impl Debug for InlineCodeBlock
sourceimpl Default for InlineCodeBlock
impl Default for InlineCodeBlock
sourceimpl Display for InlineCodeBlock
impl Display for InlineCodeBlock
sourceimpl PgNode for InlineCodeBlock
impl PgNode for InlineCodeBlock
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for InlineCodeBlock
Auto Trait Implementations
impl RefUnwindSafe for InlineCodeBlock
impl !Send for InlineCodeBlock
impl !Sync for InlineCodeBlock
impl Unpin for InlineCodeBlock
impl UnwindSafe for InlineCodeBlock
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