struct Partial {
frame: Continuable,
buf: BytesMut,
continuation_frames_count: usize,
}Expand description
Partially loaded headers frame
Fields§
§frame: ContinuableEmpty frame
buf: BytesMutPartial header payload
continuation_frames_count: usizeTrait 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