pub struct EventLoggerHandle { /* private fields */ }Expand description
Owns the background writer task. MUST be held until shutdown.
Implementations§
Auto Trait Implementations§
impl Freeze for EventLoggerHandle
impl RefUnwindSafe for EventLoggerHandle
impl Send for EventLoggerHandle
impl Sync for EventLoggerHandle
impl Unpin for EventLoggerHandle
impl UnsafeUnpin for EventLoggerHandle
impl UnwindSafe for EventLoggerHandle
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