pub struct MarkInSource<'s>(pub &'s str, pub Location, pub &'s str, pub &'s str);Expand description
Marks the source code with the error location and message.
Tuple Fields§
§0: &'s str§1: Location§2: &'s str§3: &'s strTrait Implementations§
Auto Trait Implementations§
impl<'s> Freeze for MarkInSource<'s>
impl<'s> RefUnwindSafe for MarkInSource<'s>
impl<'s> Send for MarkInSource<'s>
impl<'s> Sync for MarkInSource<'s>
impl<'s> Unpin for MarkInSource<'s>
impl<'s> UnwindSafe for MarkInSource<'s>
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