pub struct Trace { /* private fields */ }
Implementations§
Source§impl Trace
impl Trace
Sourcepub fn trace_filter<T: Display>(&mut self, traces_of: T) -> &mut Trace
pub fn trace_filter<T: Display>(&mut self, traces_of: T) -> &mut Trace
Filters backtrace based on “|” separated string provided
Auto Trait Implementations§
impl Freeze for Trace
impl RefUnwindSafe for Trace
impl Send for Trace
impl Sync for Trace
impl Unpin for Trace
impl UnwindSafe for Trace
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