pub struct AsyncCollector<T, Plugin: AsyncCollectorPlugin<T = T>> { /* private fields */ }Implementations§
Source§impl<T, Plugin: AsyncCollectorPlugin<T = T>> AsyncCollector<T, Plugin>
impl<T, Plugin: AsyncCollectorPlugin<T = T>> AsyncCollector<T, Plugin>
pub async fn collect_and_update(&mut self) -> Result<bool>
Auto Trait Implementations§
impl<T, Plugin> Freeze for AsyncCollector<T, Plugin>where
Plugin: Freeze,
impl<T, Plugin> RefUnwindSafe for AsyncCollector<T, Plugin>where
Plugin: RefUnwindSafe,
impl<T, Plugin> Send for AsyncCollector<T, Plugin>
impl<T, Plugin> Sync for AsyncCollector<T, Plugin>
impl<T, Plugin> Unpin for AsyncCollector<T, Plugin>where
Plugin: Unpin,
impl<T, Plugin> UnwindSafe for AsyncCollector<T, Plugin>where
Plugin: 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