Enum k8s_openapi::v1_8::api::batch::v1beta1::DeleteBatchV1beta1CollectionNamespacedCronJobResponse[][src]

pub enum DeleteBatchV1beta1CollectionNamespacedCronJobResponse {
    OkStatus(Status),
    OkValue(CronJob),
    Unauthorized,
    Other,
}

Variants

Trait Implementations

impl Debug for DeleteBatchV1beta1CollectionNamespacedCronJobResponse
[src]

Formats the value using the given formatter. Read more

impl Response for DeleteBatchV1beta1CollectionNamespacedCronJobResponse
[src]

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

Auto Trait Implementations