Enum k8s_openapi::v1_8::api::authorization::v1::CreateAuthorizationV1SelfSubjectAccessReviewResponse[][src]

pub enum CreateAuthorizationV1SelfSubjectAccessReviewResponse {
    Ok(SelfSubjectAccessReview),
    Unauthorized,
    Other,
}

Variants

Trait Implementations

impl Debug for CreateAuthorizationV1SelfSubjectAccessReviewResponse
[src]

Formats the value using the given formatter. Read more

impl Response for CreateAuthorizationV1SelfSubjectAccessReviewResponse
[src]

Tries to parse the response from the given status code and response body.

Auto Trait Implementations