Struct std::backtrace::LazilyResolvedCapture
source · struct LazilyResolvedCapture {
sync: Once,
capture: UnsafeCell<Capture>,
}
Fields§
§sync: Once
§capture: UnsafeCell<Capture>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for LazilyResolvedCapture
impl Send for LazilyResolvedCapture
impl Unpin for LazilyResolvedCapture
impl UnwindSafe for LazilyResolvedCapture
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