Enum h2::frame::headers::PushPromiseHeaderError
source · pub enum PushPromiseHeaderError {
InvalidContentLength(Result<u64, ParseU64Error>),
NotSafeAndCacheable,
}
Variants§
InvalidContentLength(Result<u64, ParseU64Error>)
NotSafeAndCacheable
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PushPromiseHeaderError
impl RefUnwindSafe for PushPromiseHeaderError
impl Send for PushPromiseHeaderError
impl Sync for PushPromiseHeaderError
impl Unpin for PushPromiseHeaderError
impl UnwindSafe for PushPromiseHeaderError
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