pub struct Attached { /* private fields */ }Expand description
A type indicating that an OpenSpan is “attached” to the current thread.
Auto Trait Implementations§
impl Freeze for Attached
impl RefUnwindSafe for Attached
impl !Send for Attached
impl Sync for Attached
impl Unpin for Attached
impl UnwindSafe for Attached
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