pub struct Weighted<Q, C, M> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Q, C, M> Freeze for Weighted<Q, C, M>where
M: Freeze,
impl<Q, C, M> RefUnwindSafe for Weighted<Q, C, M>
impl<Q, C, M> Send for Weighted<Q, C, M>
impl<Q, C, M> Sync for Weighted<Q, C, M>
impl<Q, C, M> Unpin for Weighted<Q, C, M>
impl<Q, C, M> UnwindSafe for Weighted<Q, C, M>
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