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 for LiveFileError
impl PartialEq for LiveFileError
impl StructuralPartialEq for LiveFileError
Auto Trait Implementations§
impl Freeze for LiveFileError
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