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
sourceimpl Clone for LiveFileError
impl Clone for LiveFileError
sourcefn clone(&self) -> LiveFileError
fn clone(&self) -> LiveFileError
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Display for LiveFileError
impl Display for LiveFileError
sourceimpl PartialEq<LiveFileError> for LiveFileError
impl PartialEq<LiveFileError> for LiveFileError
sourcefn eq(&self, other: &LiveFileError) -> bool
fn eq(&self, other: &LiveFileError) -> bool
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
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