Enum fuel_core_interfaces::bft::BftMpsc
source · [−]pub enum BftMpsc {
CheckBlockConsensus {
block: Arc<SealedFuelBlock>,
ret: Sender<Result<()>>,
},
CheckBlockLeader {
block: Arc<FuelBlock>,
ret: Sender<Result<()>>,
},
Stop,
Start,
}Variants
CheckBlockConsensus
CheckBlockLeader
Stop
Start
Auto Trait Implementations
impl !RefUnwindSafe for BftMpsc
impl Send for BftMpsc
impl Sync for BftMpsc
impl Unpin for BftMpsc
impl !UnwindSafe for BftMpsc
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