pub struct CompiledTestFile { /* private fields */ }
Expand description
A finalized Test File
Implementations§
Source§impl CompiledTestFile
impl CompiledTestFile
Sourcepub fn get_trampoline(&self, func: &Function) -> Option<Trampoline<'_>>
pub fn get_trampoline(&self, func: &Function) -> Option<Trampoline<'_>>
Return a trampoline for calling.
Returns None if TestFileCompiler::create_trampoline_for_function wasn’t called for this function.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for CompiledTestFile
impl !RefUnwindSafe for CompiledTestFile
impl Send for CompiledTestFile
impl !Sync for CompiledTestFile
impl Unpin for CompiledTestFile
impl !UnwindSafe for CompiledTestFile
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