pub struct AutoAllPairs<Node> { /* private fields */ }Implementations§
Source§impl<Node> AutoAllPairs<Node>
impl<Node> AutoAllPairs<Node>
pub const fn strategy(&self) -> AllPairsStrategy
pub const fn paths(&self) -> &AllPairsShortestPaths<Node>
pub fn into_paths(self) -> AllPairsShortestPaths<Node>
Trait Implementations§
Source§impl<Node: Clone> Clone for AutoAllPairs<Node>
impl<Node: Clone> Clone for AutoAllPairs<Node>
Source§fn clone(&self) -> AutoAllPairs<Node>
fn clone(&self) -> AutoAllPairs<Node>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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<Node> Freeze for AutoAllPairs<Node>
impl<Node> RefUnwindSafe for AutoAllPairs<Node>where
Node: RefUnwindSafe,
impl<Node> Send for AutoAllPairs<Node>where
Node: Send,
impl<Node> Sync for AutoAllPairs<Node>where
Node: Sync,
impl<Node> Unpin for AutoAllPairs<Node>where
Node: Unpin,
impl<Node> UnsafeUnpin for AutoAllPairs<Node>
impl<Node> UnwindSafe for AutoAllPairs<Node>where
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