pub struct Executable<'a, V: 'a> { /* private fields */ }Trait Implementations§
Source§impl<'a, V: LittleValue + 'a> Execute<'a, V> for Executable<'a, V>
impl<'a, V: LittleValue + 'a> Execute<'a, V> for Executable<'a, V>
type Stream = InterpreterStream<'a, V>
Source§fn execute(&'a self, data: V) -> InterpreterStream<'a, V> ⓘ
fn execute(&'a self, data: V) -> InterpreterStream<'a, V> ⓘ
Run this executable.
Source§fn identify_env(&self) -> Fingerprint
fn identify_env(&self) -> Fingerprint
Get environment fingerprint required by executable.
Auto Trait Implementations§
impl<'a, V> Freeze for Executable<'a, V>
impl<'a, V> !RefUnwindSafe for Executable<'a, V>
impl<'a, V> !Send for Executable<'a, V>
impl<'a, V> !Sync for Executable<'a, V>
impl<'a, V> Unpin for Executable<'a, V>where
V: Unpin,
impl<'a, V> !UnwindSafe for Executable<'a, V>
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