Enum k8s_openapi::CreateResponse [−][src]
pub enum CreateResponse<T> where
T: DeserializeOwned, { Ok(T), Created(T), Accepted(T), Other(Result<Option<Value>, Error>), }
Expand description
The common response type for all create API operations.
Variants
Trait Implementations
impl<T: Debug> Debug for CreateResponse<T> where
T: DeserializeOwned,
[src]
impl<T: Debug> Debug for CreateResponse<T> where
T: DeserializeOwned,
[src]impl<T> Response for CreateResponse<T> where
T: DeserializeOwned,
[src]
impl<T> Response for CreateResponse<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 CreateResponse<T>
impl<T> Send for CreateResponse<T> where
T: Send,
T: Send,
impl<T> Sync for CreateResponse<T> where
T: Sync,
T: Sync,
impl<T> Unpin for CreateResponse<T> where
T: Unpin,
T: Unpin,