Struct follow_heating::logging::LoggingHandle
source · pub struct LoggingHandle<L, S> {
non_blocking_guard: WorkerGuard,
handle: Handle<L, S>,
}
Fields§
§non_blocking_guard: WorkerGuard
§handle: Handle<L, S>
Auto Trait Implementations§
impl<L, S> !RefUnwindSafe for LoggingHandle<L, S>
impl<L, S> Send for LoggingHandle<L, S>
impl<L, S> Sync for LoggingHandle<L, S>
impl<L, S> Unpin for LoggingHandle<L, S>
impl<L, S> !UnwindSafe for LoggingHandle<L, S>
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