#[non_exhaustive]pub struct Unbiased;
Expand description
An unbiased selector which starts from the top and works its way to the bottom.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Unbiased
impl RefUnwindSafe for Unbiased
impl Send for Unbiased
impl Sync for Unbiased
impl Unpin for Unbiased
impl UnwindSafe for Unbiased
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