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