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