pub struct StreamReset {
pub stream_id: u64,
}Expand description
Sender → receiver stream reset (H-3). Names a stream the sender has given up retransmitting; the receiver fails any pending read on it.
Fields§
§stream_id: u64Stream the reset applies to.
Implementations§
Trait Implementations§
Source§impl Clone for StreamReset
impl Clone for StreamReset
Source§fn clone(&self) -> StreamReset
fn clone(&self) -> StreamReset
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StreamReset
Source§impl Debug for StreamReset
impl Debug for StreamReset
impl Eq for StreamReset
Source§impl PartialEq for StreamReset
impl PartialEq for StreamReset
Source§fn eq(&self, other: &StreamReset) -> bool
fn eq(&self, other: &StreamReset) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StreamReset
Auto Trait Implementations§
impl Freeze for StreamReset
impl RefUnwindSafe for StreamReset
impl Send for StreamReset
impl Sync for StreamReset
impl Unpin for StreamReset
impl UnsafeUnpin for StreamReset
impl UnwindSafe for StreamReset
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.