pub struct EmbeddedStatementsNode<'pr> { /* private fields */ }
Expand description
Represents an interpolated set of statements.
"foo #{bar}"
^^^^^^
Implementations§
Source§impl<'pr> EmbeddedStatementsNode<'pr>
impl<'pr> EmbeddedStatementsNode<'pr>
Sourcepub fn flags(&self) -> pm_node_flags_t
pub fn flags(&self) -> pm_node_flags_t
Returns the flags of this node.
Sourcepub fn opening_loc(&self) -> Location<'pr>
pub fn opening_loc(&self) -> Location<'pr>
Returns the opening_loc
param
Sourcepub fn statements(&self) -> Option<StatementsNode<'pr>>
pub fn statements(&self) -> Option<StatementsNode<'pr>>
Returns the statements
param
Sourcepub fn closing_loc(&self) -> Location<'pr>
pub fn closing_loc(&self) -> Location<'pr>
Returns the closing_loc
param
Trait Implementations§
Auto Trait Implementations§
impl<'pr> Freeze for EmbeddedStatementsNode<'pr>
impl<'pr> RefUnwindSafe for EmbeddedStatementsNode<'pr>
impl<'pr> !Send for EmbeddedStatementsNode<'pr>
impl<'pr> !Sync for EmbeddedStatementsNode<'pr>
impl<'pr> Unpin for EmbeddedStatementsNode<'pr>
impl<'pr> !UnwindSafe for EmbeddedStatementsNode<'pr>
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