pub struct FindMax {
pub max_weight_idx: usize,
pub max_weight: f64,
}Fields§
§max_weight_idx: usize§max_weight: f64Trait Implementations§
Auto Trait Implementations§
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