pub struct ByRank<K = Owned>(/* private fields */);Trait Implementations§
Source§impl<K> Heuristic for ByRank<K>
impl<K> Heuristic for ByRank<K>
type RngProvider = PhantomRng
fn handle_decision<T>(
a: T::IdentifierType,
b: T::IdentifierType,
rank: &mut [usize],
representative: &mut [T],
_r: &mut Self::RngProvider,
)where
T: VertexType,
Auto Trait Implementations§
impl<K> Freeze for ByRank<K>
impl<K> RefUnwindSafe for ByRank<K>where
K: RefUnwindSafe,
impl<K> Send for ByRank<K>where
K: Send,
impl<K> Sync for ByRank<K>where
K: Sync,
impl<K> Unpin for ByRank<K>where
K: Unpin,
impl<K> UnwindSafe for ByRank<K>where
K: 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