Struct debris_parser::ast::ControlFlowOperation
source · pub struct ControlFlowOperation(AstNode);
Tuple Fields§
§0: AstNode
Implementations§
source§impl ControlFlowOperation
impl ControlFlowOperation
pub fn op(&self) -> ControlFlowOperator
pub fn expr(&self) -> Option<Expression>
Trait Implementations§
source§impl AstItem for ControlFlowOperation
impl AstItem for ControlFlowOperation
Auto Trait Implementations§
impl RefUnwindSafe for ControlFlowOperation
impl !Send for ControlFlowOperation
impl !Sync for ControlFlowOperation
impl Unpin for ControlFlowOperation
impl UnwindSafe for ControlFlowOperation
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