pub struct Continuation {
stream_id: StreamId,
header_block: EncodingHeaderBlock,
}Fields§
§stream_id: StreamIdStream ID of continuation frame
header_block: EncodingHeaderBlockImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Continuation
impl RefUnwindSafe for Continuation
impl Send for Continuation
impl Sync for Continuation
impl Unpin for Continuation
impl UnwindSafe for Continuation
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