Enum debris_parser::ast::BranchElse
source · pub enum BranchElse {
Block(Block),
Branch(Branch),
}
Variants§
Trait Implementations§
source§impl AstItem for BranchElse
impl AstItem for BranchElse
Auto Trait Implementations§
impl RefUnwindSafe for BranchElse
impl !Send for BranchElse
impl !Sync for BranchElse
impl Unpin for BranchElse
impl UnwindSafe for BranchElse
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