Enum k8s_openapi::v1_8::GetPolicyV1beta1APIResourcesResponse [−][src]
pub enum GetPolicyV1beta1APIResourcesResponse { Ok(APIResourceList), Unauthorized, Other, }
Parses the HTTP response of get_policy_v1beta1_api_resources
Variants
Ok(APIResourceList)
Other
Trait Implementations
impl Debug for GetPolicyV1beta1APIResourcesResponse
[src]
impl Debug for GetPolicyV1beta1APIResourcesResponse
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 GetPolicyV1beta1APIResourcesResponse
[src]
impl Response for GetPolicyV1beta1APIResourcesResponse
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.
Auto Trait Implementations
impl Send for GetPolicyV1beta1APIResourcesResponse
impl Send for GetPolicyV1beta1APIResourcesResponse
impl Sync for GetPolicyV1beta1APIResourcesResponse
impl Sync for GetPolicyV1beta1APIResourcesResponse