Enum k8s_openapi::v1_9::api::batch::v1::DeleteBatchV1CollectionNamespacedJobResponse[][src]

pub enum DeleteBatchV1CollectionNamespacedJobResponse {
    OkStatus(Status),
    OkValue(Job),
    Unauthorized,
    Other,
}

Variants

Trait Implementations

impl Debug for DeleteBatchV1CollectionNamespacedJobResponse
[src]

Formats the value using the given formatter. Read more

impl Response for DeleteBatchV1CollectionNamespacedJobResponse
[src]

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

Auto Trait Implementations