pub struct FlashLogGuard { /* private fields */ }Expand description
RAII guard returned by FlashLogBuilder::start. Automatically stops the
polling thread and flushes all pending output when dropped.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlashLogGuard
impl RefUnwindSafe for FlashLogGuard
impl Send for FlashLogGuard
impl Sync for FlashLogGuard
impl Unpin for FlashLogGuard
impl UnsafeUnpin for FlashLogGuard
impl UnwindSafe for FlashLogGuard
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