pub struct DbResolver { /* private fields */ }Expand description
DB-backed spec resolver for the analyze workflow.
Uses DashMap for thread-safe caching (safe for future parallelization).
Implementations§
Source§impl DbResolver
impl DbResolver
Trait Implementations§
Source§impl Default for DbResolver
impl Default for DbResolver
Auto Trait Implementations§
impl !RefUnwindSafe for DbResolver
impl Freeze for DbResolver
impl Send for DbResolver
impl Sync for DbResolver
impl Unpin for DbResolver
impl UnsafeUnpin for DbResolver
impl UnwindSafe for DbResolver
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