Struct quinn::UnknownStream
source · pub struct UnknownStream { /* private fields */ }
Expand description
Error indicating that a stream has already been finished or reset
Trait Implementations§
source§impl Clone for UnknownStream
impl Clone for UnknownStream
source§fn clone(&self) -> UnknownStream
fn clone(&self) -> UnknownStream
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UnknownStream
impl Debug for UnknownStream
source§impl Display for UnknownStream
impl Display for UnknownStream
source§impl Error for UnknownStream
impl Error for UnknownStream
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<UnknownStream> for UnknownStream
impl From<UnknownStream> for UnknownStream
source§fn from(_: UnknownStream) -> Self
fn from(_: UnknownStream) -> Self
Converts to this type from the input type.