pub struct MSTResult {
pub total_weight: f64,
pub edges: Vec<(NodeId, NodeId, f64)>,
}Fields§
§total_weight: f64§edges: Vec<(NodeId, NodeId, f64)>Auto Trait Implementations§
impl Freeze for MSTResult
impl RefUnwindSafe for MSTResult
impl Send for MSTResult
impl Sync for MSTResult
impl Unpin for MSTResult
impl UnsafeUnpin for MSTResult
impl UnwindSafe for MSTResult
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