pub struct StackTraceElement {
pub location: Option<ExprLocation>,
pub desc: String,
}Fields§
§location: Option<ExprLocation>§desc: StringTrait Implementations§
Source§impl Clone for StackTraceElement
impl Clone for StackTraceElement
Source§fn clone(&self) -> StackTraceElement
fn clone(&self) -> StackTraceElement
Returns a duplicate 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 StackTraceElement
impl Debug for StackTraceElement
Source§impl Trace for StackTraceElement
impl Trace for StackTraceElement
Source§fn finalize_glue(&self)
fn finalize_glue(&self)
Runs Finalize::finalize() on this object and all
contained subobjects
Auto Trait Implementations§
impl Freeze for StackTraceElement
impl RefUnwindSafe for StackTraceElement
impl !Send for StackTraceElement
impl !Sync for StackTraceElement
impl Unpin for StackTraceElement
impl UnwindSafe for StackTraceElement
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