pub enum ChainSegmentIncompatibility {
OutdatedBlock,
OutdatedSegment,
BlockCollision,
ParentBlockUnknown,
AlreadyPresent,
Unknown,
BlockNotFound,
}Variants§
OutdatedBlock
OutdatedSegment
BlockCollision
ParentBlockUnknown
AlreadyPresent
Unknown
BlockNotFound
Trait Implementations§
source§impl Clone for ChainSegmentIncompatibility
impl Clone for ChainSegmentIncompatibility
source§fn clone(&self) -> ChainSegmentIncompatibility
fn clone(&self) -> ChainSegmentIncompatibility
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl RefUnwindSafe for ChainSegmentIncompatibility
impl Send for ChainSegmentIncompatibility
impl Sync for ChainSegmentIncompatibility
impl Unpin for ChainSegmentIncompatibility
impl UnwindSafe for ChainSegmentIncompatibility
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> IntoCollection<T> for T
impl<T> IntoCollection<T> for T
§fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
fn into_collection<A>(self) -> SmallVec<A>where A: Array<Item = T>,
Converts
self into a collection.