pub enum HttpVer {
One,
Two,
}Expand description
Possible http versions
Variants§
Trait Implementations§
impl Eq for HttpVer
impl StructuralPartialEq for HttpVer
Auto Trait Implementations§
impl Freeze for HttpVer
impl RefUnwindSafe for HttpVer
impl Send for HttpVer
impl Sync for HttpVer
impl Unpin for HttpVer
impl UnwindSafe for HttpVer
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