pub enum HeaderNameOutcome {
Found {
pos: usize,
byte: u8,
},
Invalid,
None,
}Variants§
Trait Implementations§
Source§impl Debug for HeaderNameOutcome
impl Debug for HeaderNameOutcome
impl Eq for HeaderNameOutcome
Source§impl PartialEq for HeaderNameOutcome
impl PartialEq for HeaderNameOutcome
impl StructuralPartialEq for HeaderNameOutcome
Auto Trait Implementations§
impl Freeze for HeaderNameOutcome
impl RefUnwindSafe for HeaderNameOutcome
impl Send for HeaderNameOutcome
impl Sync for HeaderNameOutcome
impl Unpin for HeaderNameOutcome
impl UnsafeUnpin for HeaderNameOutcome
impl UnwindSafe for HeaderNameOutcome
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