Enum network::application::types::PeerError   
source · pub enum PeerError {
    NotFound,
}Expand description
Errors related to the peer layer in the NetworkInterface
Variants§
NotFound
Trait Implementations§
source§impl PartialEq<PeerError> for PeerError
 
impl PartialEq<PeerError> for PeerError
impl Eq for PeerError
impl StructuralEq for PeerError
impl StructuralPartialEq for PeerError
Auto Trait Implementations§
impl RefUnwindSafe for PeerError
impl Send for PeerError
impl Sync for PeerError
impl Unpin for PeerError
impl UnwindSafe for PeerError
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.