Enum quinn_proto::ReadableError [−][src]
pub enum ReadableError {
UnknownStream,
IllegalOrderedRead,
}Errors triggered when opening a recv stream for reading
Variants
The stream has not been opened or was already stopped, finished, or reset
Attempted an ordered read following an unordered read
Performing an unordered read allows discontinuities to arise in the receive buffer of a stream which cannot be recovered, making further ordered reads impossible.
Trait Implementations
impl Clone for ReadableError[src]
impl Clone for ReadableError[src]fn clone(&self) -> ReadableError[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Eq for ReadableError[src]
impl Eq for ReadableError[src]impl Error for ReadableError[src]
impl Error for ReadableError[src]impl Hash for ReadableError[src]
impl Hash for ReadableError[src]impl Ord for ReadableError[src]
impl Ord for ReadableError[src]impl PartialEq<ReadableError> for ReadableError[src]
impl PartialEq<ReadableError> for ReadableError[src]impl PartialOrd<ReadableError> for ReadableError[src]
impl PartialOrd<ReadableError> for ReadableError[src]fn partial_cmp(&self, other: &ReadableError) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl StructuralEq for ReadableError[src]
impl StructuralEq for ReadableError[src]impl StructuralPartialEq for ReadableError[src]
impl StructuralPartialEq for ReadableError[src]Auto Trait Implementations
impl RefUnwindSafe for ReadableError
impl RefUnwindSafe for ReadableErrorimpl Send for ReadableError
impl Send for ReadableErrorimpl Sync for ReadableError
impl Sync for ReadableErrorimpl Unpin for ReadableError
impl Unpin for ReadableErrorimpl UnwindSafe for ReadableError
impl UnwindSafe for ReadableErrorBlanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,