(&self)
| 1116 | |
| 1117 | impl ApiGatewayRequestAuthorizer { |
| 1118 | fn is_empty(&self) -> bool { |
| 1119 | self.fields.is_empty() |
| 1120 | } |
| 1121 | } |
| 1122 | |
| 1123 | fn deserialize_authorizer_fields<'de, D>(deserializer: D) -> Result<ApiGatewayRequestAuthorizer, D::Error> |
no outgoing calls
no test coverage detected