pub struct AverageVoting;Expand description
Implementing average voting
Trait Implementations§
Source§impl<L> VotingMethod<L> for AverageVotingwhere
L: FromGetProbability,
impl<L> VotingMethod<L> for AverageVotingwhere
L: FromGetProbability,
Auto Trait Implementations§
impl Freeze for AverageVoting
impl RefUnwindSafe for AverageVoting
impl Send for AverageVoting
impl Sync for AverageVoting
impl Unpin for AverageVoting
impl UnwindSafe for AverageVoting
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