Enum volo_http::extension::ExtensionRejection
source · pub enum ExtensionRejection {
NotExist,
}Variants§
NotExist
Trait Implementations§
source§impl IntoResponse for ExtensionRejection
impl IntoResponse for ExtensionRejection
fn into_response(self) -> Response
Auto Trait Implementations§
impl RefUnwindSafe for ExtensionRejection
impl Send for ExtensionRejection
impl Sync for ExtensionRejection
impl Unpin for ExtensionRejection
impl UnwindSafe for ExtensionRejection
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