Struct algorithm_rs::graph::dijkstra::Dijkstra
source · pub struct Dijkstra {
pub dist: Vec<usize>,
/* private fields */
}
Fields§
§dist: Vec<usize>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Dijkstra
impl Send for Dijkstra
impl Sync for Dijkstra
impl Unpin for Dijkstra
impl UnwindSafe for Dijkstra
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