pub struct BytecodeBackend;Trait Implementations§
Source§impl CodegenBackend for BytecodeBackend
impl CodegenBackend for BytecodeBackend
Auto Trait Implementations§
impl Freeze for BytecodeBackend
impl RefUnwindSafe for BytecodeBackend
impl Send for BytecodeBackend
impl Sync for BytecodeBackend
impl Unpin for BytecodeBackend
impl UnsafeUnpin for BytecodeBackend
impl UnwindSafe for BytecodeBackend
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