pub enum ViewStep {
Entered,
WaitingForStatus,
Proposed,
WaitingForProposal,
Voted,
CollectingVotes,
Prepared,
SentVote2,
Done,
}Expand description
Step within a view (state machine progression)
Variants§
Trait Implementations§
impl Copy for ViewStep
impl Eq for ViewStep
impl StructuralPartialEq for ViewStep
Auto Trait Implementations§
impl Freeze for ViewStep
impl RefUnwindSafe for ViewStep
impl Send for ViewStep
impl Sync for ViewStep
impl Unpin for ViewStep
impl UnsafeUnpin for ViewStep
impl UnwindSafe for ViewStep
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