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 ApiGatewayRequestContext
impl Send for ApiGatewayRequestContext
impl Sync for ApiGatewayRequestContext
impl Unpin for ApiGatewayRequestContext
impl UnwindSafe for ApiGatewayRequestContext
Blanket Implementations
Mutably borrows from an owned value. Read more