Enum k8s_openapi::v1_8::api::authorization::v1::CreateAuthorizationV1SelfSubjectAccessReviewResponse [−][src]
pub enum CreateAuthorizationV1SelfSubjectAccessReviewResponse { Ok(SelfSubjectAccessReview), Unauthorized, Other, }
Parses the HTTP response of SelfSubjectAccessReview::create_authorization_v1_self_subject_access_review
Variants
Ok(SelfSubjectAccessReview)
Other
Trait Implementations
impl Debug for CreateAuthorizationV1SelfSubjectAccessReviewResponse
[src]
impl Debug for CreateAuthorizationV1SelfSubjectAccessReviewResponse
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Response for CreateAuthorizationV1SelfSubjectAccessReviewResponse
[src]
impl Response for CreateAuthorizationV1SelfSubjectAccessReviewResponse
fn try_from_parts(
status_code: StatusCode,
buf: &[u8]
) -> Result<(Self, usize), ResponseError>
[src]
fn try_from_parts(
status_code: StatusCode,
buf: &[u8]
) -> Result<(Self, usize), ResponseError>
Tries to parse the response from the given status code and response body.