Struct h2::frame::headers::EncodingHeaderBlock
source · struct EncodingHeaderBlock {
hpack: Bytes,
}
Fields§
§hpack: Bytes
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for EncodingHeaderBlock
impl RefUnwindSafe for EncodingHeaderBlock
impl Send for EncodingHeaderBlock
impl Sync for EncodingHeaderBlock
impl Unpin for EncodingHeaderBlock
impl UnwindSafe for EncodingHeaderBlock
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