pub struct FfxLogGuard<'a> { /* private fields */ }Expand description
To properly bookend the logs even when we have an early disconnect, we have this struct which auto-logs on drop.
Implementations§
Trait Implementations§
Source§impl Drop for FfxLogGuard<'_>
impl Drop for FfxLogGuard<'_>
Auto Trait Implementations§
impl<'a> Freeze for FfxLogGuard<'a>
impl<'a> RefUnwindSafe for FfxLogGuard<'a>
impl<'a> Send for FfxLogGuard<'a>
impl<'a> Sync for FfxLogGuard<'a>
impl<'a> Unpin for FfxLogGuard<'a>
impl<'a> UnsafeUnpin for FfxLogGuard<'a>
impl<'a> UnwindSafe for FfxLogGuard<'a>
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