Enum k8s_openapi::v1_7::kubernetes::pkg::api::v1::DeleteCoreV1CollectionNamespacedSecretResponse [−][src]
pub enum DeleteCoreV1CollectionNamespacedSecretResponse { OkStatus(Status), OkValue(Secret), Unauthorized, Other, }
Parses the HTTP response of Secret::delete_core_v1_collection_namespaced_secret
Variants
OkStatus(Status)
OkValue(Secret)
Other
Trait Implementations
impl Debug for DeleteCoreV1CollectionNamespacedSecretResponse
[src]
impl Debug for DeleteCoreV1CollectionNamespacedSecretResponse
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 DeleteCoreV1CollectionNamespacedSecretResponse
[src]
impl Response for DeleteCoreV1CollectionNamespacedSecretResponse
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.