pub struct IncrementalParseResult {
pub statements: NodeList,
pub end_pos: u32,
pub end_of_file_token: NodeIndex,
pub reparse_start: u32,
}Fields§
§statements: NodeList§end_pos: u32§end_of_file_token: NodeIndex§reparse_start: u32Auto Trait Implementations§
impl Freeze for IncrementalParseResult
impl RefUnwindSafe for IncrementalParseResult
impl Send for IncrementalParseResult
impl Sync for IncrementalParseResult
impl Unpin for IncrementalParseResult
impl UnsafeUnpin for IncrementalParseResult
impl UnwindSafe for IncrementalParseResult
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