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§
source§impl PartialEq for Reset
impl PartialEq for Reset
impl Copy for Reset
impl Eq for Reset
impl StructuralEq for Reset
impl StructuralPartialEq for Reset
Auto Trait Implementations§
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