Struct below_model::collector_plugin::AsyncCollector
source · [−]pub struct AsyncCollector<T, Plugin: AsyncCollectorPlugin<T = T>> { /* private fields */ }Implementations
sourceimpl<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> RefUnwindSafe for AsyncCollector<T, Plugin>where
Plugin: RefUnwindSafe,
impl<T, Plugin> Send for AsyncCollector<T, Plugin>where
Plugin: Send,
T: Send,
impl<T, Plugin> Sync for AsyncCollector<T, Plugin>where
Plugin: Sync,
T: Send,
impl<T, Plugin> Unpin for AsyncCollector<T, Plugin>where
Plugin: Unpin,
impl<T, Plugin> UnwindSafe for AsyncCollector<T, Plugin>where
Plugin: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more