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