Struct h2::frame::headers::Continuation
source · pub struct Continuation {
stream_id: StreamId,
header_block: EncodingHeaderBlock,
}
Fields§
§stream_id: StreamId
Stream ID of continuation frame
header_block: EncodingHeaderBlock
Implementations§
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