pub struct BytecodeEmitter { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BytecodeEmitter
impl RefUnwindSafe for BytecodeEmitter
impl Send for BytecodeEmitter
impl Sync for BytecodeEmitter
impl Unpin for BytecodeEmitter
impl UnsafeUnpin for BytecodeEmitter
impl UnwindSafe for BytecodeEmitter
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