pub struct BytecodeDisplay<'env> { /* private fields */ }
Expand description
A display object for a bytecode.
Trait Implementations
Auto Trait Implementations
impl<'env> !RefUnwindSafe for BytecodeDisplay<'env>
impl<'env> !Send for BytecodeDisplay<'env>
impl<'env> !Sync for BytecodeDisplay<'env>
impl<'env> Unpin for BytecodeDisplay<'env>
impl<'env> !UnwindSafe for BytecodeDisplay<'env>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more