pub struct CompiledTrace {
pub span: TraceSpan,
pub entry: JitEntry,
}Available on crate feature
jit only.Fields§
§span: TraceSpan§entry: JitEntryTrait Implementations§
Auto Trait Implementations§
impl Freeze for CompiledTrace
impl RefUnwindSafe for CompiledTrace
impl Send for CompiledTrace
impl Sync for CompiledTrace
impl Unpin for CompiledTrace
impl UnsafeUnpin for CompiledTrace
impl UnwindSafe for CompiledTrace
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