pub struct LiveError {
pub origin: LiveErrorOrigin,
pub span: LiveErrorSpan,
pub message: String,
}
Fields§
§origin: LiveErrorOrigin
§span: LiveErrorSpan
§message: String
Implementations§
Source§impl LiveError
impl LiveError
pub fn into_live_file_error(self, file: &str) -> LiveFileError
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LiveError
impl RefUnwindSafe for LiveError
impl Send for LiveError
impl Sync for LiveError
impl Unpin for LiveError
impl UnwindSafe for LiveError
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