pub struct Http1StreamRebuilder { /* private fields */ }Implementations§
Source§impl Http1StreamRebuilder
impl Http1StreamRebuilder
pub fn new() -> Self
pub fn push_frame( &mut self, frame: StreamFrame, ) -> Result<Vec<Bytes>, StreamRebuildError>
Auto Trait Implementations§
impl Freeze for Http1StreamRebuilder
impl RefUnwindSafe for Http1StreamRebuilder
impl Send for Http1StreamRebuilder
impl Sync for Http1StreamRebuilder
impl Unpin for Http1StreamRebuilder
impl UnwindSafe for Http1StreamRebuilder
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