pub struct ErrorLocation {
pub in_stream: usize,
pub in_code: CodePoint,
}
Fields§
§in_stream: usize
§in_code: CodePoint
Implementations§
Source§impl ErrorLocation
impl ErrorLocation
pub const fn new(in_stream: usize, in_code: CodePoint) -> ErrorLocation
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorLocation
impl RefUnwindSafe for ErrorLocation
impl Send for ErrorLocation
impl Sync for ErrorLocation
impl Unpin for ErrorLocation
impl UnwindSafe for ErrorLocation
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