pub struct AfterStatementAnalysisEvent<'a> {
pub stmt: &'a Stmt,
pub file: &'a str,
pub issues: Vec<PluginIssue>,
}Expand description
Counterpart of Psalm’s AfterStatementAnalysisEvent.
Fields§
§stmt: &'a Stmt§file: &'a str§issues: Vec<PluginIssue>Auto Trait Implementations§
impl<'a> Freeze for AfterStatementAnalysisEvent<'a>
impl<'a> RefUnwindSafe for AfterStatementAnalysisEvent<'a>
impl<'a> Send for AfterStatementAnalysisEvent<'a>
impl<'a> Sync for AfterStatementAnalysisEvent<'a>
impl<'a> Unpin for AfterStatementAnalysisEvent<'a>
impl<'a> UnsafeUnpin for AfterStatementAnalysisEvent<'a>
impl<'a> UnwindSafe for AfterStatementAnalysisEvent<'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