Enum k8s_openapi::v1_10::api::storage::v1::WatchStorageV1StorageClassResponse [−][src]
pub enum WatchStorageV1StorageClassResponse {
Ok(WatchEvent),
Unauthorized,
Other,
}Parses the HTTP response of StorageClass::watch_storage_v1_storage_class
Variants
Ok(WatchEvent)Other
Trait Implementations
impl Debug for WatchStorageV1StorageClassResponse[src]
impl Debug for WatchStorageV1StorageClassResponsefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Response for WatchStorageV1StorageClassResponse[src]
impl Response for WatchStorageV1StorageClassResponsefn 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>Tries to parse the response from the given status code and response body.
Auto Trait Implementations
impl Send for WatchStorageV1StorageClassResponse
impl Send for WatchStorageV1StorageClassResponseimpl Sync for WatchStorageV1StorageClassResponse
impl Sync for WatchStorageV1StorageClassResponse