pub struct WeightedIterator<H> { /* private fields */ }
Expand description
An iterator over the backends of a Weighted selection.
See super::BackendSelection for more information.
Trait Implementations§
Source§impl<H: SelectionAlgorithm> BackendIter for WeightedIterator<H>
impl<H: SelectionAlgorithm> BackendIter for WeightedIterator<H>
Auto Trait Implementations§
impl<H> Freeze for WeightedIterator<H>
impl<H> !RefUnwindSafe for WeightedIterator<H>
impl<H> Send for WeightedIterator<H>
impl<H> Sync for WeightedIterator<H>
impl<H> Unpin for WeightedIterator<H>
impl<H> !UnwindSafe for WeightedIterator<H>
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