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