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