pub struct DistanceMap<Cost> { /* private fields */ }Implementations§
Source§impl<Cost> DistanceMap<Cost>
impl<Cost> DistanceMap<Cost>
Trait Implementations§
Source§impl<Cost: Clone> Clone for DistanceMap<Cost>
impl<Cost: Clone> Clone for DistanceMap<Cost>
Source§fn clone(&self) -> DistanceMap<Cost>
fn clone(&self) -> DistanceMap<Cost>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<Cost> Freeze for DistanceMap<Cost>
impl<Cost> RefUnwindSafe for DistanceMap<Cost>where
Cost: RefUnwindSafe,
impl<Cost> Send for DistanceMap<Cost>where
Cost: Send,
impl<Cost> Sync for DistanceMap<Cost>where
Cost: Sync,
impl<Cost> Unpin for DistanceMap<Cost>where
Cost: Unpin,
impl<Cost> UnwindSafe for DistanceMap<Cost>where
Cost: 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