Struct quinn_proto::UnknownStream
source · pub struct UnknownStream { /* private fields */ }
Expand description
Error indicating that a stream has not been opened or 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 PartialEq for UnknownStream
impl PartialEq for UnknownStream
source§fn eq(&self, other: &UnknownStream) -> bool
fn eq(&self, other: &UnknownStream) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for UnknownStream
impl StructuralEq for UnknownStream
impl StructuralPartialEq for UnknownStream
Auto Trait Implementations§
impl RefUnwindSafe for UnknownStream
impl Send for UnknownStream
impl Sync for UnknownStream
impl Unpin for UnknownStream
impl UnwindSafe for UnknownStream
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more