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