Struct move_bytecode_utils::module_cache::ModuleCache
source · [−]pub struct ModuleCache<R: ModuleResolver> { /* private fields */ }
Expand description
Simple in-memory module cache
Implementations
sourceimpl<R: ModuleResolver> ModuleCache<R>
impl<R: ModuleResolver> ModuleCache<R>
Trait Implementations
sourceimpl<R: ModuleResolver> GetModule for ModuleCache<R>
impl<R: ModuleResolver> GetModule for ModuleCache<R>
type Error = Error
type Item = CompiledModule
fn get_module_by_id(
&self,
id: &ModuleId
) -> Result<Option<CompiledModule>, Self::Error>
Auto Trait Implementations
impl<R> !RefUnwindSafe for ModuleCache<R>
impl<R> Send for ModuleCache<R> where
R: Send,
impl<R> !Sync for ModuleCache<R>
impl<R> Unpin for ModuleCache<R> where
R: Unpin,
impl<R> UnwindSafe for ModuleCache<R> where
R: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more