pub struct AuthorityPromotionResult { /* private fields */ }Expand description
Result of authority-mediated scheduled-to-ready promotion.
Implementations§
Source§impl AuthorityPromotionResult
impl AuthorityPromotionResult
Sourcepub fn outcomes(&self) -> &[MutationOutcome]
pub fn outcomes(&self) -> &[MutationOutcome]
Returns the mutation outcomes from promotion.
Sourcepub fn remaining_scheduled(&self) -> &[RunInstance]
pub fn remaining_scheduled(&self) -> &[RunInstance]
Returns the runs that remain in Scheduled state.
Trait Implementations§
Source§impl Clone for AuthorityPromotionResult
impl Clone for AuthorityPromotionResult
Source§fn clone(&self) -> AuthorityPromotionResult
fn clone(&self) -> AuthorityPromotionResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AuthorityPromotionResult
impl Debug for AuthorityPromotionResult
Source§impl PartialEq for AuthorityPromotionResult
impl PartialEq for AuthorityPromotionResult
impl Eq for AuthorityPromotionResult
impl StructuralPartialEq for AuthorityPromotionResult
Auto Trait Implementations§
impl Freeze for AuthorityPromotionResult
impl RefUnwindSafe for AuthorityPromotionResult
impl Send for AuthorityPromotionResult
impl Sync for AuthorityPromotionResult
impl Unpin for AuthorityPromotionResult
impl UnsafeUnpin for AuthorityPromotionResult
impl UnwindSafe for AuthorityPromotionResult
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