pub struct DijkstraPath<'a, NId, NL, EL>{ /* private fields */ }
Implementations§
Source§impl<'a, NId, NL, EL> DijkstraPath<'a, NId, NL, EL>
impl<'a, NId, NL, EL> DijkstraPath<'a, NId, NL, EL>
Source§impl<'a, NId, NL, EL> DijkstraPath<'a, NId, NL, EL>
impl<'a, NId, NL, EL> DijkstraPath<'a, NId, NL, EL>
Trait Implementations§
Auto Trait Implementations§
impl<'a, NId, NL, EL> Freeze for DijkstraPath<'a, NId, NL, EL>
impl<'a, NId, NL, EL> RefUnwindSafe for DijkstraPath<'a, NId, NL, EL>
impl<'a, NId, NL, EL> Send for DijkstraPath<'a, NId, NL, EL>
impl<'a, NId, NL, EL> Sync for DijkstraPath<'a, NId, NL, EL>
impl<'a, NId, NL, EL> Unpin for DijkstraPath<'a, NId, NL, EL>
impl<'a, NId, NL, EL> UnwindSafe for DijkstraPath<'a, NId, NL, EL>
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