pub enum ViewRole {
Leader,
Replica,
}Expand description
Role of the validator in the current view
Variants§
Trait Implementations§
impl Copy for ViewRole
impl Eq for ViewRole
impl StructuralPartialEq for ViewRole
Auto Trait Implementations§
impl Freeze for ViewRole
impl RefUnwindSafe for ViewRole
impl Send for ViewRole
impl Sync for ViewRole
impl Unpin for ViewRole
impl UnsafeUnpin for ViewRole
impl UnwindSafe for ViewRole
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