Enum tracing_core::span::CurrentInner
source · enum CurrentInner {
Current {
id: Id,
metadata: &'static Metadata<'static>,
},
None,
Unknown,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CurrentInner
impl !RefUnwindSafe for CurrentInner
impl Send for CurrentInner
impl Sync for CurrentInner
impl Unpin for CurrentInner
impl !UnwindSafe for CurrentInner
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