pub struct FlushHandle { /* private fields */ }Expand description
Handle to stop a background flusher.
Implementations§
Source§impl FlushHandle
impl FlushHandle
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlushHandle
impl !RefUnwindSafe for FlushHandle
impl Send for FlushHandle
impl Sync for FlushHandle
impl Unpin for FlushHandle
impl !UnwindSafe for FlushHandle
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