Enum k8s_openapi::DeleteResponse [−][src]
pub enum DeleteResponse<T> where
T: DeserializeOwned, { OkStatus(Status), OkValue(T), Accepted(T), Other(Result<Option<Value>, Error>), }
Expand description
The common response type for all delete API operations and delete-collection API operations.
Variants
OkStatus(Status)
Trait Implementations
impl<T: Debug> Debug for DeleteResponse<T> where
T: DeserializeOwned,
[src]
impl<T: Debug> Debug for DeleteResponse<T> where
T: DeserializeOwned,
[src]impl<T> Response for DeleteResponse<T> where
T: DeserializeOwned,
[src]
impl<T> Response for DeleteResponse<T> where
T: DeserializeOwned,
[src]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>
[src]Tries to parse the response from the given status code and response body. Read more
Auto Trait Implementations
impl<T> !RefUnwindSafe for DeleteResponse<T>
impl<T> Send for DeleteResponse<T> where
T: Send,
T: Send,
impl<T> Sync for DeleteResponse<T> where
T: Sync,
T: Sync,
impl<T> Unpin for DeleteResponse<T> where
T: Unpin,
T: Unpin,