Enum water_http::structure::RequestMethods
source · pub enum RequestMethods {
GET,
POST,
PUT,
DELETE,
PATCH,
HEAD,
OPTIONS,
CONNECT,
TRACE,
}Variants§
Auto Trait Implementations§
impl Freeze for RequestMethods
impl RefUnwindSafe for RequestMethods
impl Send for RequestMethods
impl Sync for RequestMethods
impl Unpin for RequestMethods
impl UnwindSafe for RequestMethods
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