enum Http {
Http09,
Http10,
Http11,
H2,
H3,
__NonExhaustive,
}
Variants§
Trait Implementations§
source§impl Ord for Http
impl Ord for Http
source§impl PartialEq for Http
impl PartialEq for Http
source§impl PartialOrd for Http
impl PartialOrd for Http
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Http
impl Eq for Http
impl StructuralPartialEq for Http
Auto Trait Implementations§
impl Freeze for Http
impl RefUnwindSafe for Http
impl Send for Http
impl Sync for Http
impl Unpin for Http
impl UnwindSafe for Http
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