pub enum CodeFlowEnum<'lt> {
If(&'lt IfExpr),
}
Variants§
Auto Trait Implementations§
impl<'lt> Freeze for CodeFlowEnum<'lt>
impl<'lt> !RefUnwindSafe for CodeFlowEnum<'lt>
impl<'lt> !Send for CodeFlowEnum<'lt>
impl<'lt> !Sync for CodeFlowEnum<'lt>
impl<'lt> Unpin for CodeFlowEnum<'lt>
impl<'lt> !UnwindSafe for CodeFlowEnum<'lt>
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