pub enum RpHttpMethod {
Get,
Post,
Put,
Update,
Delete,
Patch,
Head,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RpHttpMethod
impl Clone for RpHttpMethod
Source§fn clone(&self) -> RpHttpMethod
fn clone(&self) -> RpHttpMethod
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 RpHttpMethod
impl Debug for RpHttpMethod
Auto Trait Implementations§
impl Freeze for RpHttpMethod
impl RefUnwindSafe for RpHttpMethod
impl Send for RpHttpMethod
impl Sync for RpHttpMethod
impl Unpin for RpHttpMethod
impl UnwindSafe for RpHttpMethod
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