pub struct SourceRegion {
pub start_line: u32,
pub start_col: u32,
pub end_line: u32,
pub end_col: u32,
}
Fields§
§start_line: u32
§start_col: u32
§end_line: u32
§end_col: u32
Auto Trait Implementations§
impl Freeze for SourceRegion
impl RefUnwindSafe for SourceRegion
impl Send for SourceRegion
impl Sync for SourceRegion
impl Unpin for SourceRegion
impl UnwindSafe for SourceRegion
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