Struct h2::codec::framed_read::Partial
source · struct Partial {
frame: Continuable,
buf: BytesMut,
continuation_frames_count: usize,
}
Expand description
Partially loaded headers frame
Fields§
§frame: Continuable
Empty frame
buf: BytesMut
Partial header payload
continuation_frames_count: usize
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Partial
impl RefUnwindSafe for Partial
impl Send for Partial
impl Sync for Partial
impl Unpin for Partial
impl UnwindSafe for Partial
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