Enum ckb_network::errors::PeerStoreError
source · pub enum PeerStoreError {
EvictionFailed,
Serde(Error),
}Expand description
Peer store error
Variants§
Trait Implementations§
source§impl Debug for PeerStoreError
impl Debug for PeerStoreError
source§impl From<PeerStoreError> for Error
impl From<PeerStoreError> for Error
source§fn from(err: PeerStoreError) -> Error
fn from(err: PeerStoreError) -> Error
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PeerStoreError
impl !RefUnwindSafe for PeerStoreError
impl Send for PeerStoreError
impl Sync for PeerStoreError
impl Unpin for PeerStoreError
impl !UnwindSafe for PeerStoreError
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