pub enum ShapedBlock<L: RelooperLabel> {
Simple(SimpleBlock<L>),
Loop(LoopBlock<L>),
Multiple(MultipleBlock<L>),
}Variants§
Trait Implementations§
Source§impl<L: Debug + RelooperLabel> Debug for ShapedBlock<L>
impl<L: Debug + RelooperLabel> Debug for ShapedBlock<L>
Source§impl<L: PartialEq + RelooperLabel> PartialEq for ShapedBlock<L>
impl<L: PartialEq + RelooperLabel> PartialEq for ShapedBlock<L>
impl<L: RelooperLabel> StructuralPartialEq for ShapedBlock<L>
Auto Trait Implementations§
impl<L> Freeze for ShapedBlock<L>where
L: Freeze,
impl<L> RefUnwindSafe for ShapedBlock<L>where
L: RefUnwindSafe,
impl<L> Send for ShapedBlock<L>where
L: Send,
impl<L> Sync for ShapedBlock<L>where
L: Sync,
impl<L> Unpin for ShapedBlock<L>where
L: Unpin,
impl<L> UnwindSafe for ShapedBlock<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