pub(crate) struct SpanGuardInner {
span: Span,
parent: Option<SpanId>,
}Fields§
§span: Span§parent: Option<SpanId>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpanGuardInner
impl RefUnwindSafe for SpanGuardInner
impl Send for SpanGuardInner
impl Sync for SpanGuardInner
impl Unpin for SpanGuardInner
impl UnwindSafe for SpanGuardInner
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