pub struct PosInfo {
pub start_pos: usize,
pub start_line: u32,
pub start_column: u32,
}Expand description
Compact position info for Pratt parsing work items
Fields§
§start_pos: usize§start_line: u32§start_column: u32Trait Implementations§
impl Copy for PosInfo
Auto Trait Implementations§
impl Freeze for PosInfo
impl RefUnwindSafe for PosInfo
impl Send for PosInfo
impl Sync for PosInfo
impl Unpin for PosInfo
impl UnsafeUnpin for PosInfo
impl UnwindSafe for PosInfo
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