pub enum RequestEventError {
DefaultParamsMissing,
}Variants§
DefaultParamsMissing
Trait Implementations§
Source§impl Debug for RequestEventError
impl Debug for RequestEventError
Source§impl Display for RequestEventError
impl Display for RequestEventError
Source§impl Error for RequestEventError
impl Error for RequestEventError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for RequestEventError
impl RefUnwindSafe for RequestEventError
impl Send for RequestEventError
impl Sync for RequestEventError
impl Unpin for RequestEventError
impl UnsafeUnpin for RequestEventError
impl UnwindSafe for RequestEventError
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