Enum near_chain::chain::ApplyChunkResult [−][src]
pub enum ApplyChunkResult {
SameHeight(SameHeightResult),
DifferentHeight(DifferentHeightResult),
SplitState(SplitStateResult),
}Variants
SameHeight(SameHeightResult)Tuple Fields of SameHeight
DifferentHeight(DifferentHeightResult)Tuple Fields of DifferentHeight
SplitState(SplitStateResult)Tuple Fields of SplitState
Auto Trait Implementations
impl !RefUnwindSafe for ApplyChunkResult
impl Send for ApplyChunkResult
impl Sync for ApplyChunkResult
impl Unpin for ApplyChunkResult
impl !UnwindSafe for ApplyChunkResult
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more