Struct openraft::StateMachineChanges [−][src]
Expand description
The changes of a state machine. E.g. when applying a log to state machine, or installing a state machine from snapshot.
Fields
last_applied: Option<LogId>is_snapshot: boolTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for StateMachineChanges
impl Send for StateMachineChanges
impl Sync for StateMachineChanges
impl Unpin for StateMachineChanges
impl UnwindSafe for StateMachineChanges
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
