Enum async_abci::state::ConsensusState
source · [−]pub enum ConsensusState {
Begin,
ConsensusBegin,
ConsensusBeginFlush,
BlockBegin,
BlockBeginFlush,
TxReceived,
BlockEnd,
DeliverBlock,
BlockCommit,
BlockCommitFlush,
}Variants
Begin
ConsensusBegin
ConsensusBeginFlush
BlockBegin
BlockBeginFlush
TxReceived
BlockEnd
DeliverBlock
BlockCommit
BlockCommitFlush
Trait Implementations
sourceimpl Debug for ConsensusState
impl Debug for ConsensusState
Auto Trait Implementations
impl RefUnwindSafe for ConsensusState
impl Send for ConsensusState
impl Sync for ConsensusState
impl Unpin for ConsensusState
impl UnwindSafe for ConsensusState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more