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