pub struct PartitionFragmentation { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Algorithm for PartitionFragmentation
impl Algorithm for PartitionFragmentation
Source§impl LocalCommunityEvaluation for PartitionFragmentation
impl LocalCommunityEvaluation for PartitionFragmentation
fn get_weighted_average(&self) -> f64
fn get_unweighted_average(&self) -> f64
fn get_maximum_value(&self) -> f64
fn get_minimum_value(&self) -> f64
fn get_value(&self, i: u64) -> f64
fn get_values(&self) -> ValueIter ⓘ
fn is_small_better(&self) -> bool
Auto Trait Implementations§
impl Freeze for PartitionFragmentation
impl RefUnwindSafe for PartitionFragmentation
impl !Send for PartitionFragmentation
impl !Sync for PartitionFragmentation
impl Unpin for PartitionFragmentation
impl UnwindSafe for PartitionFragmentation
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