Struct assemblylift_awslambda_guest::ApiGatewayRequestContext [−][src]
pub struct ApiGatewayRequestContext {
pub authorizer: Option<ApiGatewayRequestContextAuthorizer>,
pub identity: Option<ApiGatewayRequestContextIdentity>,
}Fields
identity: Option<ApiGatewayRequestContextIdentity>Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ApiGatewayRequestContextimpl Send for ApiGatewayRequestContextimpl Sync for ApiGatewayRequestContextimpl Unpin for ApiGatewayRequestContextimpl UnwindSafe for ApiGatewayRequestContextBlanket Implementations
Mutably borrows from an owned value. Read more