#[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
impl Copy for InlineCodeBlock
Auto Trait Implementations§
impl Freeze for InlineCodeBlock
impl RefUnwindSafe for InlineCodeBlock
impl !Send for InlineCodeBlock
impl !Sync for InlineCodeBlock
impl Unpin for InlineCodeBlock
impl UnwindSafe for InlineCodeBlock
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