pub enum ProtocolErrorKind {
Show 14 variants
API,
Consensus,
Executor,
Mempool,
Network,
Storage,
Runtime,
Binding,
BindingMacro,
Service,
Main,
Codec,
FixedCodec,
Types,
}
Variants§
API
Consensus
Executor
Mempool
Network
Storage
Runtime
Binding
BindingMacro
Service
Main
Codec
FixedCodec
Types
Trait Implementations§
Source§impl Clone for ProtocolErrorKind
impl Clone for ProtocolErrorKind
Source§fn clone(&self) -> ProtocolErrorKind
fn clone(&self) -> ProtocolErrorKind
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 Freeze for ProtocolErrorKind
impl RefUnwindSafe for ProtocolErrorKind
impl Send for ProtocolErrorKind
impl Sync for ProtocolErrorKind
impl Unpin for ProtocolErrorKind
impl UnwindSafe for ProtocolErrorKind
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