pub struct HandledBlock<L: RelooperLabel> {
pub labels: Vec<L>,
pub inner: ShapedBlock<L>,
pub break_after: bool,
}Fields§
§labels: Vec<L>§inner: ShapedBlock<L>§break_after: boolTrait Implementations§
Source§impl<L: Debug + RelooperLabel> Debug for HandledBlock<L>
impl<L: Debug + RelooperLabel> Debug for HandledBlock<L>
Source§impl<L: PartialEq + RelooperLabel> PartialEq for HandledBlock<L>
impl<L: PartialEq + RelooperLabel> PartialEq for HandledBlock<L>
impl<L: RelooperLabel> StructuralPartialEq for HandledBlock<L>
Auto Trait Implementations§
impl<L> Freeze for HandledBlock<L>where
L: Freeze,
impl<L> RefUnwindSafe for HandledBlock<L>where
L: RefUnwindSafe,
impl<L> Send for HandledBlock<L>where
L: Send,
impl<L> Sync for HandledBlock<L>where
L: Sync,
impl<L> Unpin for HandledBlock<L>where
L: Unpin,
impl<L> UnwindSafe for HandledBlock<L>where
L: UnwindSafe,
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