struct LockTrace {
purpose: &'static str,
caller: &'static Location<'static>,
backtrace: Backtrace,
}
Fields§
§purpose: &'static str
§caller: &'static Location<'static>
§backtrace: Backtrace
Implementations§
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