pub enum AllPairsStrategy {
FloydWarshall,
Johnson,
}Variants§
Trait Implementations§
Source§impl Clone for AllPairsStrategy
impl Clone for AllPairsStrategy
Source§fn clone(&self) -> AllPairsStrategy
fn clone(&self) -> AllPairsStrategy
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 moreimpl Copy for AllPairsStrategy
Source§impl Debug for AllPairsStrategy
impl Debug for AllPairsStrategy
impl Eq for AllPairsStrategy
Source§impl PartialEq for AllPairsStrategy
impl PartialEq for AllPairsStrategy
impl StructuralPartialEq for AllPairsStrategy
Auto Trait Implementations§
impl Freeze for AllPairsStrategy
impl RefUnwindSafe for AllPairsStrategy
impl Send for AllPairsStrategy
impl Sync for AllPairsStrategy
impl Unpin for AllPairsStrategy
impl UnsafeUnpin for AllPairsStrategy
impl UnwindSafe for AllPairsStrategy
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