pub enum HttpProtocol {
HTTP1,
HTTP2,
}
Expand description
The type of bench that is being ran.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for HttpProtocol
impl Clone for HttpProtocol
Source§fn clone(&self) -> HttpProtocol
fn clone(&self) -> HttpProtocol
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for HttpProtocol
impl Debug for HttpProtocol
impl Copy for HttpProtocol
Auto Trait Implementations§
impl Freeze for HttpProtocol
impl RefUnwindSafe for HttpProtocol
impl Send for HttpProtocol
impl Sync for HttpProtocol
impl Unpin for HttpProtocol
impl UnwindSafe for HttpProtocol
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