pub enum BlockLevelEnum<'lt> {
Fn(&'lt BodyFnDecl),
InitVar(&'lt InitVar),
Op(&'lt Operation),
Block(&'lt Exprs),
}
Variants§
Auto Trait Implementations§
impl<'lt> Freeze for BlockLevelEnum<'lt>
impl<'lt> !RefUnwindSafe for BlockLevelEnum<'lt>
impl<'lt> !Send for BlockLevelEnum<'lt>
impl<'lt> !Sync for BlockLevelEnum<'lt>
impl<'lt> Unpin for BlockLevelEnum<'lt>
impl<'lt> !UnwindSafe for BlockLevelEnum<'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