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