Enum pillow_http::http_methods::HttpMethods
source · pub enum HttpMethods {
GET,
POST,
PUT,
DELETE,
}Expand description
Htpp Methods
Not supported all methods yet
Variants§
Implementations§
Trait Implementations§
source§impl Clone for HttpMethods
impl Clone for HttpMethods
source§fn clone(&self) -> HttpMethods
fn clone(&self) -> HttpMethods
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for HttpMethods
impl Debug for HttpMethods
source§impl Hash for HttpMethods
impl Hash for HttpMethods
source§impl PartialEq<HttpMethods> for HttpMethods
impl PartialEq<HttpMethods> for HttpMethods
source§fn eq(&self, other: &HttpMethods) -> bool
fn eq(&self, other: &HttpMethods) -> bool
This method tests for
self and other values to be equal, and is used
by ==.