pub struct FindMax {
pub idx: usize,
pub weight: f64,
}Fields§
§idx: usize§weight: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for FindMax
impl RefUnwindSafe for FindMax
impl Send for FindMax
impl Sync for FindMax
impl Unpin for FindMax
impl UnwindSafe for FindMax
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