pub struct ResetStream {
pub stream_id: StreamId,
pub err_code: VarInt,
pub final_size: VarInt,
}Fields§
§stream_id: StreamId§err_code: VarInt§final_size: VarIntAuto Trait Implementations§
impl Freeze for ResetStream
impl RefUnwindSafe for ResetStream
impl Send for ResetStream
impl Sync for ResetStream
impl Unpin for ResetStream
impl UnwindSafe for ResetStream
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