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