Enum quinn_proto::WriteError [−][src]
pub enum WriteError {
Blocked,
Stopped(VarInt),
UnknownStream,
}Errors triggered while writing to a send stream
Variants
The peer is not able to accept additional data, or the connection is congested.
If the peer issues additional flow control credit, a StreamEvent::Writable event will
be generated, indicating that retrying the write might succeed.
Stopped(VarInt)The peer is no longer accepting data on this stream, and it has been implicitly reset. The stream cannot be finished or further written to.
Carries an application-defined error code.
The stream has not been opened or has already been finished or reset
Trait Implementations
impl Clone for WriteError[src]
impl Clone for WriteError[src]fn clone(&self) -> WriteError[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Eq for WriteError[src]
impl Eq for WriteError[src]impl Error for WriteError[src]
impl Error for WriteError[src]impl Hash for WriteError[src]
impl Hash for WriteError[src]impl Ord for WriteError[src]
impl Ord for WriteError[src]impl PartialEq<WriteError> for WriteError[src]
impl PartialEq<WriteError> for WriteError[src]fn eq(&self, other: &WriteError) -> bool[src]
fn ne(&self, other: &WriteError) -> bool[src]
impl PartialOrd<WriteError> for WriteError[src]
impl PartialOrd<WriteError> for WriteError[src]impl StructuralEq for WriteError[src]
impl StructuralEq for WriteError[src]impl StructuralPartialEq for WriteError[src]
impl StructuralPartialEq for WriteError[src]Auto Trait Implementations
impl RefUnwindSafe for WriteError
impl RefUnwindSafe for WriteErrorimpl Send for WriteError
impl Send for WriteErrorimpl Sync for WriteError
impl Sync for WriteErrorimpl Unpin for WriteError
impl Unpin for WriteErrorimpl UnwindSafe for WriteError
impl UnwindSafe for WriteErrorBlanket 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>,