pub struct MissingGatewayContextV2 { /* private fields */ }
Available on crate feature
aws-lambda
only.Expand description
The RequestContext::ApiGatewayV2
was not found in the http::Request
extensions.
Use LambdaHandler
to ensure it’s present and ensure that you’re using “ApiGatewayV2”.
Trait Implementations§
source§impl Debug for MissingGatewayContextV2
impl Debug for MissingGatewayContextV2
source§impl Display for MissingGatewayContextV2
impl Display for MissingGatewayContextV2
source§impl Error for MissingGatewayContextV2
impl Error for MissingGatewayContextV2
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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 MissingGatewayContextV2
impl RefUnwindSafe for MissingGatewayContextV2
impl Send for MissingGatewayContextV2
impl Sync for MissingGatewayContextV2
impl Unpin for MissingGatewayContextV2
impl UnwindSafe for MissingGatewayContextV2
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.