Enum h2::codec::framed_read::Continuable
source · enum Continuable {
Headers(Headers),
PushPromise(PushPromise),
}
Variants§
Headers(Headers)
PushPromise(PushPromise)
Implementations§
Trait Implementations§
source§impl Debug for Continuable
impl Debug for Continuable
source§impl<T> From<Continuable> for Frame<T>
impl<T> From<Continuable> for Frame<T>
source§fn from(cont: Continuable) -> Self
fn from(cont: Continuable) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for Continuable
impl RefUnwindSafe for Continuable
impl Send for Continuable
impl Sync for Continuable
impl Unpin for Continuable
impl UnwindSafe for Continuable
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