pub struct BytecodeMappedLazy<Op, I> { /* private fields */ }Expand description
A type wrapper around BytecodeMapped that lazily constructs the map from
the given bytecode as operations are accessed.
Implementations§
Source§impl<Op, I> BytecodeMappedLazy<Op, I>
 
impl<Op, I> BytecodeMappedLazy<Op, I>
Trait Implementations§
Source§impl<Op, I> OpAccess for BytecodeMappedLazy<Op, I>
 
impl<Op, I> OpAccess for BytecodeMappedLazy<Op, I>
Auto Trait Implementations§
impl<Op, I> Freeze for BytecodeMappedLazy<Op, I>where
    I: Freeze,
impl<Op, I> RefUnwindSafe for BytecodeMappedLazy<Op, I>where
    I: RefUnwindSafe,
    Op: RefUnwindSafe,
impl<Op, I> Send for BytecodeMappedLazy<Op, I>
impl<Op, I> Sync for BytecodeMappedLazy<Op, I>
impl<Op, I> Unpin for BytecodeMappedLazy<Op, I>
impl<Op, I> UnwindSafe for BytecodeMappedLazy<Op, I>where
    I: UnwindSafe,
    Op: 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