Enum h2::codec::framed_write::Next
source · enum Next<B> {
Data(Data<B>),
Continuation(Continuation),
}
Variants§
Data(Data<B>)
Continuation(Continuation)
Trait Implementations§
Auto Trait Implementations§
impl<B> !Freeze for Next<B>
impl<B> RefUnwindSafe for Next<B>where
B: RefUnwindSafe,
impl<B> Send for Next<B>where
B: Send,
impl<B> Sync for Next<B>where
B: Sync,
impl<B> Unpin for Next<B>where
B: Unpin,
impl<B> UnwindSafe for Next<B>where
B: UnwindSafe,
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