pub struct ActivationOutcome {
pub active_generation: ReplicaGeneration,
pub cursor_sequence: Sequence,
pub preserved_pending_operations: usize,
}Expand description
Result of the one atomic activation transaction.
Fields§
§active_generation: ReplicaGeneration§cursor_sequence: Sequence§preserved_pending_operations: usizeTrait Implementations§
Source§impl Clone for ActivationOutcome
impl Clone for ActivationOutcome
Source§fn clone(&self) -> ActivationOutcome
fn clone(&self) -> ActivationOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ActivationOutcome
Source§impl Debug for ActivationOutcome
impl Debug for ActivationOutcome
impl Eq for ActivationOutcome
Source§impl PartialEq for ActivationOutcome
impl PartialEq for ActivationOutcome
impl StructuralPartialEq for ActivationOutcome
Auto Trait Implementations§
impl Freeze for ActivationOutcome
impl RefUnwindSafe for ActivationOutcome
impl Send for ActivationOutcome
impl Sync for ActivationOutcome
impl Unpin for ActivationOutcome
impl UnsafeUnpin for ActivationOutcome
impl UnwindSafe for ActivationOutcome
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