pub struct ParallelLeiden { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Algorithm for ParallelLeiden
impl Algorithm for ParallelLeiden
Source§impl CommunityDetector for ParallelLeiden
impl CommunityDetector for ParallelLeiden
fn get_partition(&mut self) -> Partition
Auto Trait Implementations§
impl Freeze for ParallelLeiden
impl RefUnwindSafe for ParallelLeiden
impl !Send for ParallelLeiden
impl !Sync for ParallelLeiden
impl Unpin for ParallelLeiden
impl UnwindSafe for ParallelLeiden
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