Struct ruby_prism_sys::pm_pre_execution_node
source · #[repr(C)]pub struct pm_pre_execution_node {
pub base: pm_node_t,
pub statements: *mut pm_statements_node,
pub keyword_loc: pm_location_t,
pub opening_loc: pm_location_t,
pub closing_loc: pm_location_t,
}Expand description
PreExecutionNode
Type: PM_PRE_EXECUTION_NODE
@extends pm_node_t
Fields§
§base: pm_node_tThe embedded base node.
statements: *mut pm_statements_nodePreExecutionNode#statements
keyword_loc: pm_location_tPreExecutionNode#keyword_loc
opening_loc: pm_location_tPreExecutionNode#opening_loc
closing_loc: pm_location_tPreExecutionNode#closing_loc
Trait Implementations§
source§impl Clone for pm_pre_execution_node
impl Clone for pm_pre_execution_node
source§fn clone(&self) -> pm_pre_execution_node
fn clone(&self) -> pm_pre_execution_node
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 pm_pre_execution_node
impl Debug for pm_pre_execution_node
source§impl Default for pm_pre_execution_node
impl Default for pm_pre_execution_node
impl Copy for pm_pre_execution_node
Auto Trait Implementations§
impl RefUnwindSafe for pm_pre_execution_node
impl !Send for pm_pre_execution_node
impl !Sync for pm_pre_execution_node
impl Unpin for pm_pre_execution_node
impl UnwindSafe for pm_pre_execution_node
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