pub struct QueryGuard;Expand description
No-op stub when tracing is disabled — zero-sized, eliminated by compiler.
Implementations§
Auto Trait Implementations§
impl Freeze for QueryGuard
impl RefUnwindSafe for QueryGuard
impl Send for QueryGuard
impl Sync for QueryGuard
impl Unpin for QueryGuard
impl UnsafeUnpin for QueryGuard
impl UnwindSafe for QueryGuard
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