Struct makepad_live_compiler::live_error::LiveFileError
source · pub struct LiveFileError {
pub origin: LiveErrorOrigin,
pub file: String,
pub span: TextSpan,
pub message: String,
}
Fields§
§origin: LiveErrorOrigin
§file: String
§span: TextSpan
§message: String
Trait Implementations§
source§impl Clone for LiveFileError
impl Clone for LiveFileError
source§fn clone(&self) -> LiveFileError
fn clone(&self) -> LiveFileError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Display for LiveFileError
impl Display for LiveFileError
source§impl PartialEq<LiveFileError> for LiveFileError
impl PartialEq<LiveFileError> for LiveFileError
source§fn eq(&self, other: &LiveFileError) -> bool
fn eq(&self, other: &LiveFileError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LiveFileError
Auto Trait Implementations§
impl RefUnwindSafe for LiveFileError
impl Send for LiveFileError
impl Sync for LiveFileError
impl Unpin for LiveFileError
impl UnwindSafe for LiveFileError
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