Enum multistream_select::ProtocolError [−][src]
pub enum ProtocolError { IoError(Error), InvalidMessage, InvalidProtocol, TooManyProtocols, }
A protocol error.
Variants
IoError(Error)
I/O error.
Received an invalid message from the remote.
A protocol (name) is invalid.
Too many protocols have been returned by the remote.
Trait Implementations
impl Debug for ProtocolError
[src][+]
impl Display for ProtocolError
[src][+]
impl Error for ProtocolError
[src][+]
impl From<Error> for ProtocolError
[src][+]
impl From<Error> for ProtocolError
[src][+]
impl From<ProtocolError> for NegotiationError
[src][+]
impl Into<Error> for ProtocolError
[src][+]
Auto Trait Implementations
impl !RefUnwindSafe for ProtocolError
impl Send for ProtocolError
impl Sync for ProtocolError
impl Unpin for ProtocolError
impl !UnwindSafe for ProtocolError
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,