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