pub struct SyntaxReport {
pub files: Vec<ParsedFile>,
pub parse_failures: Vec<ParseFailure>,
}Fields§
§files: Vec<ParsedFile>§parse_failures: Vec<ParseFailure>Auto Trait Implementations§
impl !Send for SyntaxReport
impl !Sync for SyntaxReport
impl Freeze for SyntaxReport
impl RefUnwindSafe for SyntaxReport
impl Unpin for SyntaxReport
impl UnsafeUnpin for SyntaxReport
impl UnwindSafe for SyntaxReport
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