pub struct NoopGuard;Expand description
A no-op span guard.
Auto Trait Implementations§
impl Freeze for NoopGuard
impl RefUnwindSafe for NoopGuard
impl Send for NoopGuard
impl Sync for NoopGuard
impl Unpin for NoopGuard
impl UnwindSafe for NoopGuard
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