Struct quinn_proto::ClosedStream
source · pub struct ClosedStream { /* 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 ClosedStream
impl Clone for ClosedStream
source§fn clone(&self) -> ClosedStream
fn clone(&self) -> ClosedStream
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 ClosedStream
impl Debug for ClosedStream
source§impl Display for ClosedStream
impl Display for ClosedStream
source§impl Error for ClosedStream
impl Error for ClosedStream
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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<ClosedStream> for Error
impl From<ClosedStream> for Error
source§fn from(x: ClosedStream) -> Self
fn from(x: ClosedStream) -> Self
Converts to this type from the input type.
source§impl PartialEq for ClosedStream
impl PartialEq for ClosedStream
impl Eq for ClosedStream
impl StructuralPartialEq for ClosedStream
Auto Trait Implementations§
impl Freeze for ClosedStream
impl RefUnwindSafe for ClosedStream
impl Send for ClosedStream
impl Sync for ClosedStream
impl Unpin for ClosedStream
impl UnwindSafe for ClosedStream
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)