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