pub struct VecLogBackend<T> { /* private fields */ }Expand description
Default Vec-backed log backend with optional ring-buffer cap.
Implementations§
Trait Implementations§
Source§impl<T: Clone + Send + Sync> LogBackend<T> for VecLogBackend<T>
impl<T: Clone + Send + Sync> LogBackend<T> for VecLogBackend<T>
Auto Trait Implementations§
impl<T> Freeze for VecLogBackend<T>
impl<T> RefUnwindSafe for VecLogBackend<T>where
T: RefUnwindSafe,
impl<T> Send for VecLogBackend<T>where
T: Send,
impl<T> Sync for VecLogBackend<T>where
T: Sync,
impl<T> Unpin for VecLogBackend<T>where
T: Unpin,
impl<T> UnsafeUnpin for VecLogBackend<T>
impl<T> UnwindSafe for VecLogBackend<T>where
T: UnwindSafe,
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