pub struct AfterCodebasePopulatedEvent<'a> {
pub files: &'a [Arc<str>],
}Expand description
Counterpart of Psalm’s AfterCodebasePopulatedEvent. Fired once per batch
run after definition collection, before body analysis.
Fields§
§files: &'a [Arc<str>]Files that were indexed in this pass.
Auto Trait Implementations§
impl<'a> Freeze for AfterCodebasePopulatedEvent<'a>
impl<'a> RefUnwindSafe for AfterCodebasePopulatedEvent<'a>
impl<'a> Send for AfterCodebasePopulatedEvent<'a>
impl<'a> Sync for AfterCodebasePopulatedEvent<'a>
impl<'a> Unpin for AfterCodebasePopulatedEvent<'a>
impl<'a> UnsafeUnpin for AfterCodebasePopulatedEvent<'a>
impl<'a> UnwindSafe for AfterCodebasePopulatedEvent<'a>
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