pub(super) struct LockTrace {
purpose: &'static str,
caller: &'static Location<'static>,
backtrace: Backtrace,
}Available on debug-assertions enabled and crate feature
std only.Fields§
§purpose: &'static str§caller: &'static Location<'static>§backtrace: BacktraceImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for LockTrace
impl RefUnwindSafe for LockTrace
impl Send for LockTrace
impl Sync for LockTrace
impl Unpin for LockTrace
impl UnwindSafe for LockTrace
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