pub struct SpecCache { /* private fields */ }Expand description
Specification cache
Caches parsed specification files to avoid redundant parsing. Uses file modification time to detect changes.
Implementations§
Source§impl SpecCache
impl SpecCache
Auto Trait Implementations§
impl Freeze for SpecCache
impl RefUnwindSafe for SpecCache
impl Send for SpecCache
impl Sync for SpecCache
impl Unpin for SpecCache
impl UnwindSafe for SpecCache
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