Struct http4r_core::http_message::HttpVersion
source · [−]Fields
major: u8minor: u8Trait Implementations
sourceimpl PartialEq<HttpVersion> for HttpVersion
impl PartialEq<HttpVersion> for HttpVersion
sourcefn eq(&self, other: &HttpVersion) -> bool
fn eq(&self, other: &HttpVersion) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &HttpVersion) -> bool
fn ne(&self, other: &HttpVersion) -> bool
This method tests for !=.
impl StructuralPartialEq for HttpVersion
Auto Trait Implementations
impl RefUnwindSafe for HttpVersion
impl Send for HttpVersion
impl Sync for HttpVersion
impl Unpin for HttpVersion
impl UnwindSafe for HttpVersion
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more