Struct lune_utils::fmt::StackTrace
source · pub struct StackTrace { /* private fields */ }Expand description
Stack trace parsed from a [LuaError].
Implementations§
source§impl StackTrace
impl StackTrace
sourcepub fn lines(&self) -> &[StackTraceLine]
pub fn lines(&self) -> &[StackTraceLine]
Returns the individual stack trace lines.
Trait Implementations§
source§impl Clone for StackTrace
impl Clone for StackTrace
source§fn clone(&self) -> StackTrace
fn clone(&self) -> StackTrace
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 StackTrace
impl Debug for StackTrace
source§impl Default for StackTrace
impl Default for StackTrace
source§fn default() -> StackTrace
fn default() -> StackTrace
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StackTrace
impl RefUnwindSafe for StackTrace
impl Send for StackTrace
impl Sync for StackTrace
impl Unpin for StackTrace
impl UnwindSafe for StackTrace
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)