pub enum SignalRejection {
MissingDatastarHeader,
InvalidJson(String),
MissingSignal(&'static str),
}Variants§
Trait Implementations§
Source§impl Debug for SignalRejection
impl Debug for SignalRejection
Source§impl IntoResponse for SignalRejection
impl IntoResponse for SignalRejection
Source§fn into_response(self) -> Response
fn into_response(self) -> Response
Create a response.
Auto Trait Implementations§
impl Freeze for SignalRejection
impl RefUnwindSafe for SignalRejection
impl Send for SignalRejection
impl Sync for SignalRejection
impl Unpin for SignalRejection
impl UnwindSafe for SignalRejection
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