Struct wasmtime_cache::ModuleCacheEntry [−][src]
pub struct ModuleCacheEntry<'config>(_);
Expand description
Module level cache entry.
Implementations
impl<'config> ModuleCacheEntry<'config>[src]
impl<'config> ModuleCacheEntry<'config>[src]pub fn new<'data>(
compiler_name: &str,
cache_config: &'config CacheConfig
) -> Self[src]
pub fn new<'data>(
compiler_name: &str,
cache_config: &'config CacheConfig
) -> Self[src]Create the cache entry.
Auto Trait Implementations
impl<'config> RefUnwindSafe for ModuleCacheEntry<'config>
impl<'config> Send for ModuleCacheEntry<'config>
impl<'config> Sync for ModuleCacheEntry<'config>
impl<'config> Unpin for ModuleCacheEntry<'config>
impl<'config> UnwindSafe for ModuleCacheEntry<'config>
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self