pub struct WeightedSelectorIndex { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for WeightedSelectorIndex
impl RefUnwindSafe for WeightedSelectorIndex
impl Send for WeightedSelectorIndex
impl Sync for WeightedSelectorIndex
impl Unpin for WeightedSelectorIndex
impl UnsafeUnpin for WeightedSelectorIndex
impl UnwindSafe for WeightedSelectorIndex
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