Struct h2::frame::headers::ParseU64Error
source · pub struct ParseU64Error;
Trait Implementations§
source§impl Debug for ParseU64Error
impl Debug for ParseU64Error
source§impl PartialEq for ParseU64Error
impl PartialEq for ParseU64Error
impl Eq for ParseU64Error
impl StructuralPartialEq for ParseU64Error
Auto Trait Implementations§
impl Freeze for ParseU64Error
impl RefUnwindSafe for ParseU64Error
impl Send for ParseU64Error
impl Sync for ParseU64Error
impl Unpin for ParseU64Error
impl UnwindSafe for ParseU64Error
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.