Enum ckb_network::errors::PeerStoreError [−][src]
pub enum PeerStoreError {
EvictionFailed,
Serde(Error),
}Expand description
Peer store error
Variants
Indicate the peer store is full
Serde(Error)File data is not json format
Trait Implementations
impl Debug for PeerStoreError[src]
impl Debug for PeerStoreError[src]impl From<PeerStoreError> for Error[src]
impl From<PeerStoreError> for Error[src]fn from(err: PeerStoreError) -> Error[src]
fn from(err: PeerStoreError) -> Error[src]Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for PeerStoreError
impl Send for PeerStoreError
impl Sync for PeerStoreError
impl Unpin for PeerStoreError
impl !UnwindSafe for PeerStoreError
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,