pub enum EndProposingReason {
NoMoreTransactions,
HitDeadline,
HitBlockSizeLimit,
HitBlockWeightLimit,
}
Expand description
The reason why proposing a block ended.
Variants§
Auto Trait Implementations§
impl Freeze for EndProposingReason
impl RefUnwindSafe for EndProposingReason
impl Send for EndProposingReason
impl Sync for EndProposingReason
impl Unpin for EndProposingReason
impl UnwindSafe for EndProposingReason
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