pub struct TraceCache { /* private fields */ }Available on crate feature
jit only.Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TraceCache
impl RefUnwindSafe for TraceCache
impl Send for TraceCache
impl Sync for TraceCache
impl Unpin for TraceCache
impl UnsafeUnpin for TraceCache
impl UnwindSafe for TraceCache
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