pub struct TraceFnGuard { /* private fields */ }
Expand description
Guard that logs entry/exit of a function.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TraceFnGuard
impl RefUnwindSafe for TraceFnGuard
impl Send for TraceFnGuard
impl Sync for TraceFnGuard
impl Unpin for TraceFnGuard
impl UnwindSafe for TraceFnGuard
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