Struct makepad_live_compiler::live_error::LiveError
source · [−]pub struct LiveError {
pub origin: LiveErrorOrigin,
pub span: LiveErrorSpan,
pub message: String,
}
Fields
origin: LiveErrorOrigin
span: LiveErrorSpan
message: String
Implementations
sourceimpl LiveError
impl LiveError
pub fn into_live_file_error(self, file: &str) -> LiveFileError
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LiveError
impl Send for LiveError
impl Sync for LiveError
impl Unpin for LiveError
impl UnwindSafe for LiveError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more