pub struct RandomSelector { /* private fields */ }Expand description
RandomSelector: like Selector but shuffles children on each activation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RandomSelector
impl !RefUnwindSafe for RandomSelector
impl Send for RandomSelector
impl Sync for RandomSelector
impl Unpin for RandomSelector
impl UnsafeUnpin for RandomSelector
impl !UnwindSafe for RandomSelector
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