Enum dbs_uhttp::RouteError
source · [−]pub enum RouteError {
HandlerExist(String),
}Expand description
Errors pertaining to HttpRoute.
Variants
HandlerExist(String)
Handler for http routing path already exists.
Trait Implementations
sourceimpl Debug for RouteError
impl Debug for RouteError
Auto Trait Implementations
impl RefUnwindSafe for RouteError
impl Send for RouteError
impl Sync for RouteError
impl Unpin for RouteError
impl UnwindSafe for RouteError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more