pub struct DefaultCollector { /* private fields */ }Expand description
Default collector implementation that collects requests into a Vec
Implementations§
Trait Implementations§
Source§impl Collector for DefaultCollector
impl Collector for DefaultCollector
Auto Trait Implementations§
impl !Freeze for DefaultCollector
impl RefUnwindSafe for DefaultCollector
impl Send for DefaultCollector
impl Sync for DefaultCollector
impl Unpin for DefaultCollector
impl UnwindSafe for DefaultCollector
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