pub struct WeightedIndex<W>where
W: Weight,{ /* private fields */ }
👎Deprecated since 0.8.0: moved to rand_distr crate
Implementations§
Source§impl<W> WeightedIndex<W>where
W: Weight,
impl<W> WeightedIndex<W>where
W: Weight,
pub fn new(_weights: Vec<W>) -> Result<WeightedIndex<W>, WeightedError>
👎Deprecated since 0.8.0: moved to rand_distr crate
Trait Implementations§
Auto Trait Implementations§
impl<W> Freeze for WeightedIndex<W>
impl<W> RefUnwindSafe for WeightedIndex<W>where
W: RefUnwindSafe,
impl<W> Send for WeightedIndex<W>where
W: Send,
impl<W> Sync for WeightedIndex<W>where
W: Sync,
impl<W> Unpin for WeightedIndex<W>where
W: Unpin,
impl<W> UnwindSafe for WeightedIndex<W>where
W: UnwindSafe,
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request