Struct rust_web_server::http::Version
source · [−]pub struct Version {
pub http_0_9: &'static str,
pub http_1_0: &'static str,
pub http_1_1: &'static str,
pub http_2_0: &'static str,
}
Fields
http_0_9: &'static str
http_1_0: &'static str
http_1_1: &'static str
http_2_0: &'static str
Auto Trait Implementations
impl RefUnwindSafe for Version
impl Send for Version
impl Sync for Version
impl Unpin for Version
impl UnwindSafe for Version
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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