pub struct Path<Node, Cost>{ /* private fields */ }Expand description
A node path.
Implementations§
Trait Implementations§
Source§impl<Node: Ord, Cost> Ord for Path<Node, Cost>
impl<Node: Ord, Cost> Ord for Path<Node, Cost>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<Node: PartialOrd, Cost> PartialOrd for Path<Node, Cost>
impl<Node: PartialOrd, Cost> PartialOrd for Path<Node, Cost>
impl<Node: Eq, Cost> Eq for Path<Node, Cost>
impl<Node, Cost> StructuralPartialEq for Path<Node, Cost>
Auto Trait Implementations§
impl<Node, Cost> Freeze for Path<Node, Cost>where
Cost: Freeze,
impl<Node, Cost> RefUnwindSafe for Path<Node, Cost>where
Cost: RefUnwindSafe,
Node: RefUnwindSafe,
impl<Node, Cost> Send for Path<Node, Cost>
impl<Node, Cost> Sync for Path<Node, Cost>
impl<Node, Cost> Unpin for Path<Node, Cost>
impl<Node, Cost> UnsafeUnpin for Path<Node, Cost>where
Cost: UnsafeUnpin,
impl<Node, Cost> UnwindSafe for Path<Node, Cost>where
Cost: UnwindSafe,
Node: UnwindSafe,
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