Struct assemblylift_awslambda_guest::ApiGatewayRequestContextAuthorizer [−][src]
pub struct ApiGatewayRequestContextAuthorizer {
pub claims: Option<HashMap<String, String>>,
pub scopes: Option<Vec<String>>,
}Fields
claims: Option<HashMap<String, String>>scopes: Option<Vec<String>>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 Send for ApiGatewayRequestContextAuthorizerimpl Sync for ApiGatewayRequestContextAuthorizerimpl Unpin for ApiGatewayRequestContextAuthorizerBlanket Implementations
Mutably borrows from an owned value. Read more