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