pub struct LiveLogListenerGuard { /* private fields */ }Trait Implementations§
Source§impl Drop for LiveLogListenerGuard
impl Drop for LiveLogListenerGuard
Auto Trait Implementations§
impl Freeze for LiveLogListenerGuard
impl RefUnwindSafe for LiveLogListenerGuard
impl Send for LiveLogListenerGuard
impl Sync for LiveLogListenerGuard
impl Unpin for LiveLogListenerGuard
impl UnsafeUnpin for LiveLogListenerGuard
impl UnwindSafe for LiveLogListenerGuard
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