pub struct WasmExtCache { /* private fields */ }Expand description
Analysis cache for WasmExt.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WasmExtCache
impl RefUnwindSafe for WasmExtCache
impl Send for WasmExtCache
impl Sync for WasmExtCache
impl Unpin for WasmExtCache
impl UnsafeUnpin for WasmExtCache
impl UnwindSafe for WasmExtCache
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