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