pub struct LogQueue { /* private fields */ }
Expand description
Queue of log entries to be sent to Logger
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogQueue
impl RefUnwindSafe for LogQueue
impl Send for LogQueue
impl Sync for LogQueue
impl Unpin for LogQueue
impl UnwindSafe for LogQueue
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