pub struct Reset { /* private fields */ }
Implementations§
Source§impl Reset
impl Reset
pub fn new(stream_id: StreamId, error: Reason) -> Reset
pub fn set_reason(self, error_code: Reason) -> Self
pub fn stream_id(&self) -> StreamId
pub fn reason(&self) -> Reason
pub fn load(head: Head, payload: &[u8]) -> Result<Reset, FrameError>
pub fn encode<B: BufMut>(&self, dst: &mut B)
Trait Implementations§
impl Copy for Reset
impl Eq for Reset
impl StructuralPartialEq for Reset
Auto Trait Implementations§
impl Freeze for Reset
impl RefUnwindSafe for Reset
impl Send for Reset
impl Sync for Reset
impl Unpin for Reset
impl UnwindSafe for Reset
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