pub enum HttpMethods {
GET,
PUT,
POST,
DELETE,
}
Expand description
Enum of HTTP Methods
Variants§
Auto Trait Implementations§
impl Freeze for HttpMethods
impl RefUnwindSafe for HttpMethods
impl Send for HttpMethods
impl Sync for HttpMethods
impl Unpin for HttpMethods
impl UnwindSafe for HttpMethods
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