pub enum ReqMethod {
Get,
Post,
Patch,
Put,
Delete,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReqMethod
impl RefUnwindSafe for ReqMethod
impl Send for ReqMethod
impl Sync for ReqMethod
impl Unpin for ReqMethod
impl UnwindSafe for ReqMethod
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