Enum http4r_core::http_message::Method
source · [−]pub enum Method {
GET,
CONNECT,
HEAD,
POST,
OPTIONS,
DELETE,
PATCH,
PUT,
TRACE,
}Variants
GET
CONNECT
HEAD
POST
OPTIONS
DELETE
PATCH
PUT
TRACE
Implementations
Trait Implementations
impl StructuralPartialEq for Method
Auto Trait Implementations
impl RefUnwindSafe for Method
impl Send for Method
impl Sync for Method
impl Unpin for Method
impl UnwindSafe for Method
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