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