pub struct LiveMonolithicLocalPartition<R: Reporter> { /* private fields */ }
Trait Implementations§
source§impl<R: Reporter> Debug for LiveMonolithicLocalPartition<R>
impl<R: Reporter> Debug for LiveMonolithicLocalPartition<R>
source§impl<'p, R: Reporter> LocalPartition<'p, R> for LiveMonolithicLocalPartition<R>
impl<'p, R: Reporter> LocalPartition<'p, R> for LiveMonolithicLocalPartition<R>
type ImmigrantIterator<'a> = ImmigrantPopIterator<'a> where R: 'a, 'p: 'a
type IsLive = True
type Reporter = FilteredReporter<R, True, True, True>
fn get_reporter(&mut self) -> &mut Self::Reporter
fn get_partition(&self) -> Partition
fn migrate_individuals<'a, E: Iterator<Item = (u32, MigratingLineage)>>(
&'a mut self,
emigrants: &mut E,
_emigration_mode: MigrationMode,
_immigration_mode: MigrationMode
) -> Self::ImmigrantIterator<'a>where
'p: 'a,
fn reduce_vote_any(&mut self, vote: bool) -> bool
fn reduce_vote_min_time( &mut self, local_time: PositiveF64 ) -> Result<PositiveF64, PositiveF64>
fn wait_for_termination(&mut self) -> ControlFlow<(), ()>
fn report_progress_sync(&mut self, remaining: u64)
Auto Trait Implementations§
impl<R> Freeze for LiveMonolithicLocalPartition<R>where
R: Freeze,
impl<R> RefUnwindSafe for LiveMonolithicLocalPartition<R>where
R: RefUnwindSafe,
impl<R> Send for LiveMonolithicLocalPartition<R>where
R: Send,
impl<R> Sync for LiveMonolithicLocalPartition<R>where
R: Sync,
impl<R> Unpin for LiveMonolithicLocalPartition<R>where
R: Unpin,
impl<R> UnwindSafe for LiveMonolithicLocalPartition<R>where
R: 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
§impl<T> ExtractDiscriminant for T
impl<T> ExtractDiscriminant for T
§type Discriminant = <T as ExtractDiscriminantSpec<<T as DiscriminantKind>::Discriminant>>::Ty
type Discriminant = <T as ExtractDiscriminantSpec<<T as DiscriminantKind>::Discriminant>>::Ty
The type of the discriminant, which must satisfy the trait bounds
required by
core::mem::Discriminant
. Read more