Struct makepad_live_compiler::LiveErrorOrigin
source · pub struct LiveErrorOrigin {
pub filename: String,
pub line: usize,
}
Fields§
§filename: String
§line: usize
Trait Implementations§
source§impl Clone for LiveErrorOrigin
impl Clone for LiveErrorOrigin
source§fn clone(&self) -> LiveErrorOrigin
fn clone(&self) -> LiveErrorOrigin
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 Debug for LiveErrorOrigin
impl Debug for LiveErrorOrigin
source§impl Default for LiveErrorOrigin
impl Default for LiveErrorOrigin
source§fn default() -> LiveErrorOrigin
fn default() -> LiveErrorOrigin
Returns the “default value” for a type. Read more
source§impl Display for LiveErrorOrigin
impl Display for LiveErrorOrigin
source§impl PartialEq<LiveErrorOrigin> for LiveErrorOrigin
impl PartialEq<LiveErrorOrigin> for LiveErrorOrigin
source§fn eq(&self, other: &LiveErrorOrigin) -> bool
fn eq(&self, other: &LiveErrorOrigin) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LiveErrorOrigin
Auto Trait Implementations§
impl RefUnwindSafe for LiveErrorOrigin
impl Send for LiveErrorOrigin
impl Sync for LiveErrorOrigin
impl Unpin for LiveErrorOrigin
impl UnwindSafe for LiveErrorOrigin
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