Struct BacktraceFrame
struct BacktraceFrame { ... }
A single frame of a backtrace.
Implementations
impl Debug for BacktraceFrame
fn fmt(self: &Self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result
impl Freeze for BacktraceFrame
impl RefUnwindSafe for BacktraceFrame
impl Send for BacktraceFrame
impl Sync for BacktraceFrame
impl Unpin for BacktraceFrame
impl UnwindSafe for BacktraceFrame
impl<T> Any for BacktraceFrame
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for BacktraceFrame
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for BacktraceFrame
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for BacktraceFrame
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for BacktraceFrame
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for BacktraceFrame
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for BacktraceFrame
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>