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