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