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