Enum k8s_openapi::v1_9::api::batch::v2alpha1::DeleteBatchV2alpha1CollectionNamespacedCronJobResponse[][src]

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

Variants

Trait Implementations

impl Debug for DeleteBatchV2alpha1CollectionNamespacedCronJobResponse
[src]

Formats the value using the given formatter. Read more

impl Response for DeleteBatchV2alpha1CollectionNamespacedCronJobResponse
[src]

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

Auto Trait Implementations