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